| Problem | addition |
|---|---|
| User | ZacharyTan2010 |
| Submission Time | 2024-02-05 16:21:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int a()’:
addition.cpp:4:24: error: expected ‘;’ before ‘}’ token
4 | cin>>a>>b;c=a+b;cout<<c}
| ^
| ;