| Problem | addition |
|---|---|
| User | SankaSreenidh |
| Submission Time | 2026-06-23 16:09:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:5: error: expected unqualified-id before ‘<<’ token
6 | int<<a,b ;
| ^~
addition.cpp:7:6: error: expected ‘;’ before numeric constant
7 | cout 10>>15>>5
| ^~~
| ;