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

Compile Error

sixandseven.cpp: In function ‘int main()’:
sixandseven.cpp:9:19: error: expected unqualified-id before ‘(’ token
9 | int s= (int)size.();
| ^
sixandseven.cpp:12:10: error: ‘N’ was not declared in this scope
12 | if (N[i]=='6'and N[i+1]=="7"){
| ^
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"){
| ~ ^~
| )