Problem | eight |
---|---|
User | pseudocoder101 |
Submission Time | 2025-06-16 16:59:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eight.cpp: In function ‘int main()’:
eight.cpp:6:11: error: expected ‘;’ before ‘int’
6 | cin>>size
| ^
| ;
7 | int nums[size];
| ~~~
eight.cpp:9:8: error: ‘nums’ was not declared in this scope
9 | cin>>nums[i];
| ^~~~
eight.cpp:11:13: error: ‘nums’ was not declared in this scope
11 | for (int i:nums){
| ^~~~