Problem helloworld
User R9q5P8
Submission Time 2026-03-09 14:53:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:28:62: error: type/value mismatch at argument 2 in template parameter list for ‘template<class Pack, long unsigned int ...I> struct useless_layer_1::useless_layer_2::TupleBuilder’
28 | struct TupleBuilder<CharPack<Cs...>, std::index_sequence<I...>> {
| ^~
helloworld.cpp:28:62: note: expected a constant of type ‘long unsigned int’, got ‘std::index_sequence<I ...>’
helloworld.cpp: In static member function ‘static auto useless_layer_1::useless_layer_2::ConvertToTuple<Pack>::build()’:
helloworld.cpp:40:9: error: type/value mismatch at argument 2 in template parameter list for ‘template<class Pack, long unsigned int ...I> struct useless_layer_1::useless_layer_2::TupleBuilder’
40 | >::build();
| ^
helloworld.cpp:40:9: note: expected a constant of type ‘long unsigned int’, got ‘std::make_index_sequence<useles