| Problem | addition3 |
|---|---|
| User | highdelao |
| Submission Time | 2025-02-21 07:29:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition3.cpp: In function ‘int main()’:
addition3.cpp:2:21: error: expected ‘,’ or ‘;’ before ‘if’
2 | int main(){int a,b{}if(std::cin>>a>>b && std::cout<<a+b){}}
| ^~