Problem management
User sussygoose
Submission Time 2024-12-16 20:21:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

management.cpp: In function ‘int main()’:
management.cpp:9:17: error: expected ‘;’ before ‘if’
9 | cin >> word
| ^
| ;
10 | if (word == "chugga") {
| ~~