| Problem | island |
|---|---|
| User | louisleehi |
| Submission Time | 2025-02-16 11:36:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
island.cpp: In function ‘int main()’:
island.cpp:13:22: error: expected ‘;’ before ‘!’ token
13 | ans += (deg[i]-1)!;
| ^
| ;