Problem deciphering_zane
User Usu
Submission Time 2026-02-15 00:04:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

deciphering_zane.cpp: In function ‘int main()’:
deciphering_zane.cpp:13:57: error: expected ‘;’ before ‘else’
13 | else if (T==5) cout << "FOUR SCORE AND SEVEN YEARS AGO"
| ^
| ;
14 | else if (T==6) cout << "In movie alr kiddos what";
| ~~~~