Problem | calc |
---|---|
User | PyAce |
Submission Time | 2025-08-28 15:59:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
calc.cpp: In function ‘int main()’:
calc.cpp:13:15: error: expected unqualified-id before ‘=’ token
13 | std::string = c;
| ^
calc.cpp:14:10: error: ‘c’ was not declared in this scope
14 | cin >> c >> a;
| ^