0_0_38217437_26960.cpp: In function 'int main()':
0_0_38217437_26960.cpp:8:5: error: '_int64' was not declared in this scope
_int64 sum,n;
^
0_0_38217437_26960.cpp:10:16: error: 'n' was not declared in this scope
while(cin>>n)
^
0_0_38217437_26960.cpp:12:9: error: 'sum' was not declared in this scope
sum=0;
^
0_0_38217437_26960.cpp:33:1: error: expected '}' at end of input
}
^
|