| Problem | sixandseven |
|---|---|
| User | lygrace |
| Submission Time | 2026-06-26 14:18:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sixandseven.cpp: In function ‘int main()’:
sixandseven.cpp:9:16: error: unable to find character literal operator ‘operator""and’ with ‘char’ argument
9 | if (n[i]=='6'and n[i+1]=='7'){
| ^~~~~~
sixandseven.cpp:9:22: error: expected ‘)’ before ‘n’
9 | if (n[i]=='6'and n[i+1]=='7'){
| ~ ^~
| )