| Problem | digits |
|---|---|
| User | bakchormee |
| Submission Time | 2024-05-04 18:53:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
digits.cpp: In function ‘int main()’:
digits.cpp:52:19: error: expected ‘;’ before ‘int’
52 | char c; cin >> c
| ^
| ;
digits.cpp:54:19: error: ‘num’ was not declared in this scope; did you mean ‘enum’?
54 | root->update(i, num);
| ^~~
| enum