| Problem | addition |
|---|---|
| User | isaackhong |
| Submission Time | 2023-04-29 15:26:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:19: error: two or more data types in declaration of ‘a’
6 | double long int a,b;
| ^
addition.cpp:6:21: error: two or more data types in declaration of ‘b’
6 | double long int a,b;
| ^
addition.cpp:7:10: error: ‘a’ was not declared in this scope
7 | cin >> a >> b;
| ^
addition.cpp:7:15: error: ‘b’ was not declared in this scope
7 | cin >> a >> b;
| ^