Problem | addition |
---|---|
User | jasmine |
Submission Time | 2023-11-02 10:51:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:13: error: ‘c’ was not declared in this scope
6 | cin >> str(c);
| ^
addition.cpp:6:9: error: ‘str’ was not declared in this scope; did you mean ‘std’?
6 | cin >> str(c);
| ^~~
| std