Problem | simp |
---|---|
User | GWC2724 |
Submission Time | 2023-11-14 15:07:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
simp.cpp: In function ‘int main()’:
simp.cpp:10:22: error: expected identifier before ‘(’ token
10 | if (a_1>b_1) and (a_1<c_1){
| ^
simp.cpp:15:22: error: expected identifier before ‘(’ token
15 | if (a_1<b_1) and (a_1>c_1){
| ^
simp.cpp:20:22: error: expected identifier before ‘(’ token
20 | if (a_2>b_2) and (a_2<c_2){
| ^
simp.cpp:24:18: error: expected ‘;’ before ‘}’ token
24 | cout<<"YES"
| ^
| ;
25 | }
| ~
simp.cpp:28:22: error: expected identifier before ‘(’ token
28 | if (a_2<b_2) and (a_2>c_2){
| ^
simp.cpp:32:18: error: expected ‘;’ before ‘}’ token
32 | cout<<"YES"
| ^
| ;
33 | }
|