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

Compile Error

twochoices.cpp: In function ‘int main()’:
twochoices.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
twochoices.cpp:8:1: note: in expansion of macro ‘int’
8 | int n,m;
| ^~~
twochoices.cpp:8:5: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
8 | int n,m;
| ^
| yn
twochoices.cpp:8:7: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
8 | int n,m;
| ^
| tm
twochoices.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
twochoices.cpp:10:1: note: in expansion of macro ‘int’
10 | int A[n];
| ^~~
twochoices.cpp:10:5: error: ‘A’ was not declared in this scope
10 | int A[n];
| ^
twochoices.cpp:3:18: error: declaration does not declare anything [-fpermissive