Problem snowball
User Ninja106
Submission Time 2023-01-18 16:43:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

snowball.cpp: In function ‘int main()’:
snowball.cpp:3:13: error: ‘long long long’ is too long for GCC
3 | #define int long long
| ^~~~
snowball.cpp:6:13: note: in expansion of macro ‘int’
6 | long long int n,d=0;
| ^~~
snowball.cpp:3:18: error: ‘long long long’ is too long for GCC
3 | #define int long long
| ^~~~
snowball.cpp:6:13: note: in expansion of macro ‘int’
6 | long long int n,d=0;
| ^~~
snowball.cpp:3:13: error: ‘long long long’ is too long for GCC
3 | #define int long long
| ^~~~
snowball.cpp:7:13: note: in expansion of macro ‘int’
7 | long long int sum=0;
| ^~~
snowball.cpp:3:18: error: ‘long long long’ is too long for GCC
3 | #define int long long
| ^~~~
snowball.cpp:7:13: note: in expansion of macro ‘int’
7 | long long int sum=0;