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

Compile Error

sixandseven.cpp: In function ‘int main()’:
sixandseven.cpp:9:15: 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:21: error: expected ‘)’ before ‘N’
9 | if(N[i]=='6'and N[i+1]=='7'){
| ~ ^~
| )