Problem sixandseven
User lygrace
Submission Time 2026-06-26 14:14:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sixandseven.cpp: In function ‘int main()’:
sixandseven.cpp:12:16: error: unable to find character literal operator ‘operator""and’ with ‘char’ argument
12 | if (n[i]=='6'and n[i+1]=="7"){
| ^~~~~~
sixandseven.cpp:12:22: error: expected ‘)’ before ‘n’
12 | if (n[i]=='6'and n[i+1]=="7"){
| ~ ^~
| )