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

Compile Error

dayum.cpp: In function ‘int main()’:
dayum.cpp:7:29: error: too many initializers for ‘long long int [4]’
7 | int days[4] = {1,2,3,4,5}
| ^
dayum.cpp:10:7: error: ‘else’ without a previous ‘if’
10 | } else {
| ^~~~
dayum.cpp:12:1: error: expected ‘}’ at end of input
12 | }
| ^
dayum.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^