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

Compile Error

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 nested name specifier
116 | using wstreampos = fpos<char_traits<wchar_t>::state_type>;
| ^~~~~~~~~~
helloworld.cpp:116:59: error: template argument 1 is invalid
116 | using wstreampos = fpos<char_traits<wchar_t>::state_type>;
| ^
helloworld.cpp:117:40: error: ‘char8_t’ was not