| Problem | fenwicktree_easy |
|---|---|
| User | R9q5P8 |
| Submission Time | 2025-11-17 13:55:24 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fenwicktree_easy.cpp:12:16: error: stray ‘\303’ in program
12 | vector<int> blåhaj_ages(n);
| ^
fenwicktree_easy.cpp:12:17: error: stray ‘\245’ in program
12 | vector<int> blåhaj_ages(n);
| ^
fenwicktree_easy.cpp:13:21: error: stray ‘\303’ in program
13 | vector<int> psum_blåhaj_ages;
| ^
fenwicktree_easy.cpp:13:22: error: stray ‘\245’ in program
13 | vector<int> psum_blåhaj_ages;
| ^
fenwicktree_easy.cpp:16:15: error: stray ‘\303’ in program
16 | for (auto &blåhaj_age : blåhaj_ages)
| ^
fenwicktree_easy.cpp:16:16: error: stray ‘\245’ in program
16 | for (auto &blåhaj_age : blåhaj_ages)
| ^
fenwicktree_easy.cpp:16:29: error: stray ‘\303’ in program
16 | for (auto &blåhaj_age : blåhaj_ages)
| ^
fenwicktree