Problem | addition |
---|---|
User | Justyn |
Submission Time | 2024-06-18 10:28:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:4:10: error: expected primary-expression before ‘;’ token
4 | int a = ;
| ^
addition.cpp:5:10: error: expected primary-expression before ‘;’ token
5 | int b = ;
| ^
addition.cpp:6:9: error: ‘num1’ was not declared in this scope
6 | cin >> num1 >> num2;
| ^~~~
addition.cpp:6:17: error: ‘num2’ was not declared in this scope
6 | cin >> num1 >> num2;
| ^~~~