Problem | addition |
---|---|
User | Angla |
Submission Time | 2025-03-09 15:06:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:2: error: expected initializer before ‘cin’
6 | cin >> a=4, b=5;
| ^~~
addition.cpp:7:13: error: ‘b’ was not declared in this scope
7 | cout << (a+b) <<'\n';
| ^