Problem | fenwicktree_easy |
---|---|
User | JoshJuice |
Submission Time | 2025-01-08 10:48:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fenwicktree_easy.cpp:3:6: error: stray ‘\342’ in program
3 | 10:48 AM (0 minutes ago)
| ^
fenwicktree_easy.cpp:3:7: error: stray ‘\200’ in program
3 | 10:48 AM (0 minutes ago)
| ^
fenwicktree_easy.cpp:3:8: error: stray ‘\257’ in program
3 | 10:48 AM (0 minutes ago)
| ^
fenwicktree_easy.cpp:2:1: error: ‘Chong’ does not name a type
2 | Chong Hong Sern (Temasekss)
| ^~~~~
In file included from /usr/include/c++/9/cmath:43,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:41,
from fenwicktree_easy.cpp:6:
/usr/include/c++/9/ext/type_traits.h:162:35: error: ‘bool __gnu_cxx::__is_null_pointer’ redeclared as different kind of entity
162 | __is_null_pointer(std::nullptr_t)
| ^
/usr/include/c++/9/ext/type_traits.h:157:5: note: previous declaration ‘template<class _Type> bool __gnu_cxx::__is_null_po