Problem | simp |
---|---|
User | Hengweezy |
Submission Time | 2024-02-02 20:12:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
simp.cpp: In function ‘int main()’:
simp.cpp:13:2: error: expected initializer before ‘cin’
13 | cin >> kx >> ky>> px>>py>>ex>>ey;
| ^~~
simp.cpp:15:41: error: ‘ey’ was not declared in this scope; did you mean ‘ex’?
15 | if(!(kx-ex > 0 ^ kx - px > 0) && !(ky- ey >0^ky-py>0)){
| ^~
| ex