Problem | flipcards |
---|---|
User | asbx |
Submission Time | 2023-12-02 16:14:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flipcards.cpp: In function ‘int32_t main()’:
flipcards.cpp:13:1: error: ‘ll’ was not declared in this scope
13 | ll a[n],b[n];
| ^~
flipcards.cpp:15:7: error: ‘a’ was not declared in this scope
15 | cin>>a[i];
| ^
flipcards.cpp:17:7: error: ‘b’ was not declared in this scope
17 | cin>>b[i];
| ^
flipcards.cpp:20:6: error: ‘a’ was not declared in this scope
20 | sort(a,a+n);
| ^
flipcards.cpp:21:6: error: ‘b’ was not declared in this scope
21 | sort(b,b+n);
| ^