Problem | simp |
---|---|
User | om2024 |
Submission Time | 2024-06-19 11:13:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
simp.cpp:8:27: error: stray ‘\357’ in program
8 | if (c1 == a1 || c2 == a2 || c1 == a2 || c2 == a1) {
| ^
simp.cpp:8:28: error: stray ‘\275’ in program
8 | if (c1 == a1 || c2 == a2 || c1 == a2 || c2 == a1) {
| ^
simp.cpp:8:29: error: stray ‘\234’ in program
8 | if (c1 == a1 || c2 == a2 || c1 == a2 || c2 == a1) {
| ^
simp.cpp:8:30: error: stray ‘\357’ in program
8 | if (c1 == a1 || c2 == a2 || c1 == a2 || c2 == a1) {
| ^
simp.cpp:8:31: error: stray ‘\275’ in program
8 | if (c1 == a1 || c2 == a2 || c1 == a2 || c2 == a1) {
| ^
simp.cpp:8:32: error: stray ‘\234’ in program
8 | if (c1 == a1 || c2 == a2 || c1 == a2 || c2 == a1) {
| ^
simp.cpp: In function ‘int main()’:
simp.cpp:8:26: error: expected ‘)’