| Problem | addition |
|---|---|
| User | Ananya2009 |
| Submission Time | 2024-06-24 14:15:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:7:9: error: expected ‘;’ before ‘return’
7 | cout<<c
| ^
| ;
8 | return 0;
| ~~~~~~