| Problem | addition |
|---|---|
| User | ShaquilleOatmeal34 |
| Submission Time | 2025-02-14 16:22:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp:7:1: error: ‘signed’ specified with ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’}
7 | signed main(){
| ^~~~~~
addition.cpp:5:1: error: ‘::main’ must return ‘int’
5 | string
| ^~~~~~
addition.cpp: In function ‘int main()’:
addition.cpp:8:10: error: ‘a’ was not declared in this scope
8 | cout << a b;
| ^