Problem helloworld
User bribritt
Submission Time 2026-01-19 17:20:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:4:33: error: ‘char8_t’ was not declared in this scope; did you mean ‘char16_t’?
4 | template<> struct char_traits<char8_t>;
| ^~~~~~~
| char16_t
helloworld.cpp:4:40: error: template argument 1 is invalid
4 | template<> struct char_traits<char8_t>;
| ^
helloworld.cpp:115:45: error: incomplete type ‘std::char_traits<char>’ used in nested name specifier
115 | using streampos = fpos<char_traits<char>::state_type>;
| ^~~~~~~~~~
helloworld.cpp:115:55: error: template argument 1 is invalid
115 | using streampos = fpos<char_traits<char>::state_type>;
| ^
helloworld.cpp:116:49: error: incomplete type ‘std::char_traits<wchar_t>’ used in