Problem | mathmadness |
---|---|
User | FIips |
Submission Time | 2025-01-27 21:54:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mathmadness.cpp:1:2: error: stray ‘#’ in program
1 | >#include <bits/stdc++.h>
| ^
mathmadness.cpp:1:1: error: expected unqualified-id before ‘>’ token
1 | >#include <bits/stdc++.h>
| ^
mathmadness.cpp:5:12: error: ‘pair’ was not declared in this scope; did you mean ‘pi’?
5 | #define pi pair<int, int>
| ^~~~
mathmadness.cpp:7:11: note: in expansion of macro ‘pi’
7 | bool comp(pi a, pi b) {
| ^~
mathmadness.cpp:4:13: error: expected primary-expression before ‘long’
4 | #define int long long
| ^~~~
mathmadness.cpp:5:17: note: in expansion of macro ‘int’
5 | #define pi pair<int, int>
| ^~~
mathmadness.cpp:7:11: note: in expansion of macro ‘pi’
7 | bool comp(pi a, pi b) {
| ^~
mathmadness.cpp:4:13: error: expected primary-expression before ‘long’
4 | #define in