Problem dayum
User yeezin
Submission Time 2025-06-20 12:55:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dayum.cpp: In function ‘int main()’:
dayum.cpp:6:29: error: too many initializers for ‘int [4]’
6 | int days[4] = {1,2,3,4,5} ;
| ^
dayum.cpp:11:1: error: expected ‘}’ at end of input
11 | }
| ^
dayum.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^