Problem toxic2
User Lzr30
Submission Time 2025-03-20 20:51:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

toxic2.cpp:4:20: error: expected ‘;’ before ‘void’
4 | using namespace std
| ^
| ;
5 |
6 | void determine_type(int n) {
| ~~~~