Problem stringsofimpurity
User ensonchew
Submission Time 2025-06-09 12:05:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

stringsofimpurity.cpp: In function ‘int main()’:
stringsofimpurity.cpp:12:10: error: ‘O’ was not declared in this scope
12 | cin.tie(O);
| ^
stringsofimpurity.cpp:20:18: error: expected ‘;’ before ‘}’ token
20 | j -= s.size()
| ^
| ;
21 | }
| ~