| Problem | addition | 
|---|---|
| User | SharpnessChipped | 
| Submission Time | 2023-06-05 21:48:29 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 addition.cpp:1:1: error: ‘include’ does not name a type
    1 | include <bits/stdc++.h>
      | ^~~~~~~
addition.cpp: In function ‘int main()’:
addition.cpp:6:2: error: ‘cin’ was not declared in this scope
    6 |  cin >> a;
      |  ^~~
addition.cpp:8:2: error: ‘cout’ was not declared in this scope
    8 |  cout << a+b
      |  ^~~~