Problem | dayum |
---|---|
User | Angie |
Submission Time | 2025-06-20 16:04:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dayum.cpp: In function ‘int main()’:
dayum.cpp:8:7: error: ‘nums’ was not declared in this scope
8 | if(nums[5] = {16,17,18,19,20};) {
| ^~~~
dayum.cpp:8:34: error: expected primary-expression before ‘)’ token
8 | if(nums[5] = {16,17,18,19,20};) {
| ^
dayum.cpp:14:19: error: expected ‘;’ before ‘}’ token
14 | cout << "EKET"
| ^
| ;
15 | }
| ~