Problem fraud
User nutzzzz
Submission Time 2025-03-16 01:48:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fraud.cpp:5:18: error: declaration does not declare anything [-fpermissive]
5 | #define int long long;
| ^~~~
fraud.cpp:14:1: note: in expansion of macro ‘int’
14 | int n;
| ^~~
fraud.cpp:14:5: error: ‘n’ does not name a type; did you mean ‘yn’?
14 | int n;
| ^
| yn
fraud.cpp:5:18: error: declaration does not declare anything [-fpermissive]
5 | #define int long long;
| ^~~~
fraud.cpp:15:7: note: in expansion of macro ‘int’
15 | const int maxn=3e5+5;
| ^~~
fraud.cpp:15:11: error: ‘maxn’ does not name a type
15 | const int maxn=3e5+5;
| ^~~~
fraud.cpp:16:6: error: ‘maxn’ was not declared in this scope
16 | ll a[maxn],b[maxn];
| ^~~~
fraud.cpp:16:14: error: ‘maxn’ was not declared in this scope
16 | ll a[maxn],b[maxn];
| ^~~~
fraud.cpp: In function ‘void Input()