Problem slimes
User PL15
Submission Time 2025-08-22 15:41:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

slimes.cpp: In function ‘int main()’:
slimes.cpp:5:15: error: expected ‘;’ before ‘cin’
5 | string s;5
| ^
| ;
6 | cin >> s;
| ~~~