Problem ccs
User limzuwan
Submission Time 2023-06-19 09:49:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ccs.cpp: In function ‘int main()’:
ccs.cpp:18:12: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
18 | if (i == "WAKE") {
| ^~~~~~
ccs.cpp:20:19: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
20 | } else if (i == "SLEEP") {
| ^~~~~~~