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