Problem | pairs |
---|---|
User | Potato3218 |
Submission Time | 2023-03-14 19:54:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pairs.cpp: In function ‘int main()’:
pairs.cpp:4:12: error: expected unqualified-id before ‘long’
4 | #define ll long long
| ^~~~
pairs.cpp:11:9: note: in expansion of macro ‘ll’
11 | int n, ll m; cin>>n>>m;
| ^~
pairs.cpp:11:23: error: ‘m’ was not declared in this scope
11 | int n, ll m; cin>>n>>m;
| ^