| Problem | deciphering_zane |
|---|---|
| User | Usu |
| Submission Time | 2026-02-14 23:16:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
deciphering_zane.cpp: In function ‘int main()’:
deciphering_zane.cpp:7:8: error: expected ‘;’ before ‘:’ token
7 | cin>>T:
| ^
| ;
deciphering_zane.cpp:9:2: error: ‘else’ without a previous ‘if’
9 | else if (T==3) cout << "she n u confessing?" ;
| ^~~~
deciphering_zane.cpp:12:2: error: expected primary-expression before ‘else’
12 | else if (T==4)
| ^~~~
deciphering_zane.cpp:15:2: error: expected primary-expression before ‘else’
15 | else if (T==4)
| ^~~~