Problem nostatement
User AlphanumericUsername
Submission Time 2023-02-01 16:35:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
nostatement.cpp: In function ‘int main()’:
nostatement.cpp:4:13: error: ‘long long long’ is too long for GCC
4 | #define int long long
| ^~~~
nostatement.cpp:15:18: note: in expansion of macro ‘int’
15 | for (long long int i = 2; i < N; i++) {
| ^~~
nostatement.cpp:4:18: error: ‘long long long’ is too long for GCC
4 | #define int long long
| ^~~~
nostatement.cpp:15:18: note: in expansion of macro ‘int’
15 | for (long long int i = 2; i < N; i++) {
| ^~~
nostatement.cpp:4:13: error: ‘long long long’ is too long for GCC
4 | #define int long long
| ^~~~
nostatement.cpp:20:20: note: in expansion of macro ‘int’
20 | for (long long int j = 0;
| ^~~
nostatement.cpp:4:18: error: ‘long long long’ is too long for GCC
4 | #defi