Problem | twochoices |
---|---|
User | Ush |
Submission Time | 2024-12-07 10:10:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
twochoices.cpp: In function ‘int main()’:
twochoices.cpp:3:18: error: ‘long int’ is not a template
3 | #define int long long
| ^~~~
twochoices.cpp:10:15: note: in expansion of macro ‘int’
10 | for (int i=0; int<n;i++){
| ^~~
twochoices.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
twochoices.cpp:10:15: note: in expansion of macro ‘int’
10 | for (int i=0; int<n;i++){
| ^~~
twochoices.cpp:10:14: error: expected ‘;’ before ‘long’
10 | for (int i=0; int<n;i++){
| ^
| ;
twochoices.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
twochoices.cpp:10:15: note: in expansion of macro ‘int’
10 | for (int i=0; int<n;i++){
| ^~~
twochoices.cpp:10:14: erro