Problem | addition |
---|---|
User | AwkUngenially |
Submission Time | 2025-03-30 15:36:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:7:2: error: ‘y’ was not declared in this scope
7 | y = x[0];
| ^
addition.cpp:8:6: error: expected primary-expression before ‘int’
8 | y = int y;
| ^~~
addition.cpp:9:2: error: ‘z’ was not declared in this scope
9 | z = x[2];
| ^
addition.cpp:10:6: error: expected primary-expression before ‘int’
10 | z = int z;
| ^~~