Problem crypto
User eldensamueln
Submission Time 2025-02-12 08:26:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

crypto.cpp: In function ‘int main()’:
crypto.cpp:27:18: error: declaration does not declare anything [-fpermissive]
27 | #define int long long;
| ^~~~
crypto.cpp:31:5: note: in expansion of macro ‘int’
31 | int n;
| ^~~
crypto.cpp:31:9: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
31 | int n;
| ^
| yn
crypto.cpp:27:18: error: declaration does not declare anything [-fpermissive]
27 | #define int long long;
| ^~~~
crypto.cpp:33:5: note: in expansion of macro ‘int’
33 | int o[300000];
| ^~~
crypto.cpp:33:9: error: ‘o’ was not declared in this scope
33 | int o[300000];
| ^
crypto.cpp:27:18: error: declaration does not declare anything [-fpermissive]
27 | #define int long long;
| ^~~~
crypto.cpp:35:10: note: in expansion of macro ‘int’