| Problem | fractions |
|---|---|
| User | DaPeter |
| Submission Time | 2026-01-12 13:38:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fractions.cpp:2:18: error: ‘long long’ specified with ‘double’
2 | #define int long long
| ^~~~
fractions.cpp:5:16: note: in expansion of macro ‘int’
5 | #define double int double
| ^~~
fractions.cpp:7:34: note: in expansion of macro ‘double’
7 | bool cmp(pair<pair<int,int>,pair<double,int>> a,pair<pair<int,int>,pair<double,int>> b){
| ^~~~~~
fractions.cpp:2:18: error: ‘long long’ specified with ‘double’
2 | #define int long long
| ^~~~
fractions.cpp:5:16: note: in expansion of macro ‘int’
5 | #define double int double
| ^~~
fractions.cpp:7:73: note: in expansion of macro ‘double’
7 | bool cmp(pair<pair<int,int>,pair<double,int>> a,pair<pair<int,int>,pair<double,int>> b){
|