| Problem | addition | 
|---|---|
| User | will | 
| Submission Time | 2023-02-14 08:13:35 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 addition.cpp:4:1: error: expected initializer before ‘using’
    4 | using namespace std;
      | ^~~~~
addition.cpp:6:1: error: ‘ll’ does not name a type
    6 | ll a, b;
      | ^~
addition.cpp:7:1: error: ‘cin’ does not name a type
    7 | cin>>a>>b;
      | ^~~
addition.cpp:8:1: error: ‘cout’ does not name a type
    8 | cout<<a+b;
      | ^~~~