0_0_16785965_15096.cpp: In function 'int main()':
0_0_16785965_15096.cpp:12:5: error: 'int64' was not declared in this scope
int64 sum,n;
^
0_0_16785965_15096.cpp:13:26: error: 'n' was not declared in this scope
while (scanf("%lld",&n)!=EOF) {
^
0_0_16785965_15096.cpp:14:9: error: 'sum' was not declared in this scope
sum=((n*(n+1)/2%10000)*(n*(n+1)/2%10000))%10000;
^
|