Problem dayum
User akyy1713
Submission Time 2025-06-20 16:07:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dayum.cpp: In function ‘int main()’:
dayum.cpp:10:17: error: expected ‘;’ before ‘{’ token
10 | } else (n = 18){
| ^
| ;
dayum.cpp:12:2: error: expected ‘}’ at end of input
12 | }
| ^
dayum.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^