Problem eating
User user123
Submission Time 2023-08-11 22:57:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eating.cpp: In function ‘int main()’:
eating.cpp:16:13: error: expected unqualified-id before ‘or’ token
16 | int or=s.size();
| ^~
eating.cpp:18:13: error: expected primary-expression before ‘or’ token
18 | if (or==s.size()) cout<<"NO"<<endl;
| ^~
eating.cpp:18:15: error: expected primary-expression before ‘==’ token
18 | if (or==s.size()) cout<<"NO"<<endl;
| ^~