Problem | addition3 |
---|---|
User | cjcube |
Submission Time | 2024-11-27 15:35:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition3.cpp: In function ‘int main()’:
addition3.cpp:4:11: error: expected initializer before ‘,’ token
4 | if (int a,b) {
| ^
addition3.cpp:4:11: error: expected ‘)’ before ‘,’ token
4 | if (int a,b) {
| ~ ^
| )
addition3.cpp:5:24: error: ‘b’ was not declared in this scope
5 | if (std::cin >> a >> b) {
| ^