0_0_18110030_7666.cpp: In function 'int main()':
0_0_18110030_7666.cpp:6:2: error: '_int64' was not declared in this scope
_int64 n,m;
^
0_0_18110030_7666.cpp:7:28: error: 'n' was not declared in this scope
while(scanf("%I64d%I64d",&n,&m)&&(n||m)){
^
0_0_18110030_7666.cpp:7:31: error: 'm' was not declared in this scope
while(scanf("%I64d%I64d",&n,&m)&&(n||m)){
^
|