Quick actions

cmd+k|ctrl+k

Navigation

Languages

6lab(8)

Snippet info

Language

Cpp

Visibility

public

Author

bikhnevichk

Created

2018-12-11T19:39:08Z

Updated

2018-12-12T18:11:44Z

#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