Problem | addition |
---|---|
User | Leeyee |
Submission Time | 2025-08-04 16:24:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:4:13: error: expected primary-expression before ‘]’ token
4 | int main() {]
| ^
addition.cpp:6:9: error: ‘a’ was not declared in this scope
6 | cin >> a,b;
| ^
addition.cpp:6:11: error: ‘b’ was not declared in this scope
6 | cin >> a,b;
| ^