| Problem | mathexam |
|---|---|
| User | c00dingstudygolden |
| Submission Time | 2024-05-24 13:10:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mathexam.cpp: In function ‘int main()’:
mathexam.cpp:4:17: error: ‘long long’ specified with ‘double’
4 | #define ld long long double
| ^~~~
mathexam.cpp:17:2: note: in expansion of macro ‘ld’
17 | ld a, b;
| ^~
mathexam.cpp:4:17: error: ‘long long’ specified with ‘double’
4 | #define ld long long double
| ^~~~
mathexam.cpp:17:2: note: in expansion of macro ‘ld’
17 | ld a, b;
| ^~
mathexam.cpp:4:17: error: ‘long long’ specified with ‘double’
4 | #define ld long long double
| ^~~~
mathexam.cpp:19:2: note: in expansion of macro ‘ld’
19 | ld solution1, solution2;
| ^~
mathexam.cpp:4:17: error: ‘long long’ specified with ‘double’
4 | #define ld long long double
| ^~~~
mathexam.cpp:19:2: note: in expansion of macro ‘ld’
19 | ld solution1, solution2;
| ^~