| Problem | digits2 |
|---|---|
| User | R9q5P8 |
| Submission Time | 2026-02-27 16:05:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
digits2.cpp: In function ‘int main()’:
digits2.cpp:24:3: error: expected ‘,’ or ‘;’ before ‘string’
24 | string current;
| ^~~~~~
digits2.cpp:25:10: error: ‘current’ was not declared in this scope
25 | cin >> current;
| ^~~~~~~