Problem shamelessad3
User guru1396
Submission Time 2024-12-07 14:51:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
shamelessad3.cpp: In function ‘int main()’:
shamelessad3.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
shamelessad3.cpp:9:7: note: in expansion of macro ‘int’
9 | fot (int i=0; i<n; i++){
| ^~~
shamelessad3.cpp:9:16: error: ‘i’ was not declared in this scope
9 | fot (int i=0; i<n; i++){
| ^