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