Problem | fraud |
---|---|
User | dacashew |
Submission Time | 2023-11-12 12:21:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fraud.cpp: In function ‘int main()’:
fraud.cpp:4:13: error: expected ‘;’ before ‘long’
4 | #define int long long
| ^~~~
fraud.cpp:17:2: note: in expansion of macro ‘int’
17 | int n;
| ^~~
fraud.cpp:18:7: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
18 | cin>>n;
| ^
| yn
fraud.cpp:22:8: error: ‘a’ was not declared in this scope
22 | cin>>a[i];
| ^
fraud.cpp:25:8: error: ‘b’ was not declared in this scope
25 | cin>>b[i];
| ^
fraud.cpp:31:6: error: ‘a’ was not declared in this scope
31 | if(a[i]<=a[i+1] and b[i]<=b[i+1]){
| ^
fraud.cpp:31:23: error: ‘b’ was not declared in this scope
31 | if(a[i]<=a[i+1] and b[i]<=b[i+1]){
| ^