Problem | addition |
---|---|
User | Vanisha |
Submission Time | 2023-02-09 17:15:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:14: error: expected ‘;’ before ‘long’
6 | cin >> a
| ^
| ;
7 | long long b;
| ~~~~
addition.cpp:8:13: error: ‘b’ was not declared in this scope
8 | cin >> b
| ^