Problem threethreethree
User munyunboss
Submission Time 2026-06-24 11:08:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

threethreethree.cpp: In function ‘int main()’:
threethreethree.cpp:30:31: error: expected ‘;’ before ‘}’ token
30 | cout << a[0] << b[0] << c[0]
| ^
| ;
31 | } else {
| ~