6lab(8)
#include <iostream>
using namespace std;
int main() {
int a,b,c,d,e,f,g,h;
a=37, b=0, c=50, d=46, e=34, f=46, g=0, h=13;
cout << "Результат: 37, 0, 50, 46, 34, 46, 0, 13";
return 0;
}INFO
#include <iostream>
using namespace std;
int main() {
int a,b,c,d,e,f,g,h;
a=37, b=0, c=50, d=46, e=34, f=46, g=0, h=13;
cout << "Результат: 37, 0, 50, 46, 34, 46, 0, 13";
return 0;
}