Problem | simp |
---|---|
User | hzy |
Submission Time | 2025-04-12 01:39:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
simp.cpp: In function ‘int main()’:
simp.cpp:15:2: error: expected ‘,’ or ‘;’ before ‘int’
15 | int quad_kai = quadrant_kai / (0.25 * M_PI);
| ^~~
simp.cpp:18:11: error: ‘quad_kai’ was not declared in this scope; did you mean ‘quad_pave’?
18 | cout << (quad_kai == quad_pave ? "YES" : "NO");
| ^~~~~~~~
| quad_pave