| Problem | addition | 
|---|---|
| User | adammmamammamamamaamamam | 
| Submission Time | 2023-04-13 13:00:50 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 addition.cpp: In function ‘int main()’:
addition.cpp:5:6: error: two or more data types in declaration of ‘a’
    5 |  int a,b;
      |      ^
addition.cpp:5:8: error: two or more data types in declaration of ‘b’
    5 |  int a,b;
      |        ^
addition.cpp:7:9: error: ‘a’ was not declared in this scope
    7 |  cin >> a;
      |         ^
addition.cpp:8:9: error: ‘b’ was not declared in this scope
    8 |  cin >> b;
      |         ^