| Problem | typo |
|---|---|
| User | nycoder |
| Submission Time | 2024-06-19 11:04:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
typo.cpp:41:1: error: ‘S’ does not name a type
41 | S = "ab";
| ^
typo.cpp:42:1: error: ‘t’ does not name a type; did you mean ‘tm’?
42 | t = "cd";
| ^
| tm
typo.cpp:44:1: error: ‘ab’ does not name a type; did you mean ‘abs’?
44 | ab dc
| ^~
| abs