Problem addition3
User cjcube
Submission Time 2024-11-27 15:33:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition3.cpp: In function ‘int main()’:
addition3.cpp:3:22: error: expected initializer before ‘)’ token
3 | int main() {if (int a){if (int b){if (std::cin>>a>>b){if (std::cout<<a+b){}}}}}
| ^
addition3.cpp:3:33: error: expected initializer before ‘)’ token
3 | int main() {if (int a){if (int b){if (std::cin>>a>>b){if (std::cout<<a+b){}}}}}
| ^