| Problem | addition |
|---|---|
| User | haileyc |
| Submission Time | 2024-01-29 16:03:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:5:2: error: expected ‘,’ or ‘;’ before ‘cout’
5 | cout >> "a ="
| ^~~~
addition.cpp:10:15: error: expected ‘}’ at end of input
10 | cout >> << c >>
| ^~
addition.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^