0_0_36184070_20192.cpp: In function 'int main()':
0_0_36184070_20192.cpp:5:2: error: '_int64' was not declared in this scope
_int64 a, b;
^
0_0_36184070_20192.cpp:9:3: error: 'b' was not declared in this scope
b = 0;
^
0_0_36184070_20192.cpp:11:11: error: 'a' was not declared in this scope
cin >> a;
^
|