| Problem | addition | 
|---|---|
| User | dino | 
| Submission Time | 2024-11-09 22:31:51 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 addition.cpp: In function ‘int main()’:
addition.cpp:4:4: error: expected ‘;’ before ‘a’
    4 | cin a=5;
      |    ^~
      |    ;
addition.cpp:5:2: error: ‘a’ was not declared in this scope
    5 |  a=+5
      |  ^