Problem hamster1
User maximushartanto
Submission Time 2025-06-14 11:53:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hamster1.cpp:82:25: error: redefinition of ‘class vec<T>’
82 | template<class T> class vec : private vector<T>{
| ^~~
hamster1.cpp:20:25: note: previous definition of ‘class vec<T>’
20 | template<class T> class vec : private vector<T>{
| ^~~
hamster1.cpp:120:5: error: redefinition of ‘int main()’
120 | int main(){
| ^~~~
hamster1.cpp:58:5: note: ‘int main()’ previously defined here
58 | int main(){
| ^~~~