Problem plantingpotatoes2
User Aum
Submission Time 2024-11-19 15:43:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

plantingpotatoes2.cpp: In function ‘int main()’:
plantingpotatoes2.cpp:3:13: error: ‘long long long’ is too long for GCC
3 | #define int long long
| ^~~~
plantingpotatoes2.cpp:8:15: note: in expansion of macro ‘int’
8 | long long int a;
| ^~~
plantingpotatoes2.cpp:3:18: error: ‘long long long’ is too long for GCC
3 | #define int long long
| ^~~~
plantingpotatoes2.cpp:8:15: note: in expansion of macro ‘int’
8 | long long int a;
| ^~~
plantingpotatoes2.cpp:3:13: error: ‘long long long’ is too long for GCC
3 | #define int long long
| ^~~~
plantingpotatoes2.cpp:9:15: note: in expansion of macro ‘int’
9 | long long int b;
| ^~~
plantingpotatoes2.cpp:3:18: error: ‘long long long’ is too long for GCC
3 | #define int long long
| ^~~~
plantingpotatoes