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

Compile Error

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