Problem helloworld
User xd490
Submission Time 2026-03-07 11:06:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:15:10: error: explicit specialization in non-namespace scope ‘struct Printer<N>’
15 | template<> struct Printer<0> {
| ^
helloworld.cpp:15:19: error: specialization of ‘template<int N> struct Printer’ must appear at namespace scope
15 | template<> struct Printer<0> {
| ^~~~~~~~~~
helloworld.cpp:23:1: error: expected ‘}’ at end of input
23 | }
| ^
helloworld.cpp:9:16: note: to match this ‘{’
9 | struct Printer {
| ^
helloworld.cpp:23:2: error: expected ‘;’ at end of input
23 | }
| ~^
| ;