Problem twochoices
User Ush
Submission Time 2024-12-07 10:09:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

twochoices.cpp: In function ‘int32_t main()’:
twochoices.cpp:3:18: error: ‘long int’ is not a template
3 | #define int long long
| ^~~~
twochoices.cpp:8:15: note: in expansion of macro ‘int’
8 | for (int i=0; int<n;i++){
| ^~~
twochoices.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
twochoices.cpp:8:15: note: in expansion of macro ‘int’
8 | for (int i=0; int<n;i++){
| ^~~
twochoices.cpp:8:14: error: expected ‘;’ before ‘long’
8 | for (int i=0; int<n;i++){
| ^
| ;
twochoices.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
twochoices.cpp:8:15: note: in expansion of macro ‘int’
8 | for (int i=0; int<n;i++){
| ^~~
twochoices.cpp:8:14: error