| Problem | addition |
|---|---|
| User | JusT0620 |
| Submission Time | 2026-06-23 14:55:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:8:11: error: expected ‘}’ at end of input
8 | cout<<A+B;
| ^
addition.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^