Problem magick
User elainagrey
Submission Time 2023-03-11 10:44:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cover.cpp: In function ‘int cover(int, int, std::string)’:
cover.cpp:6:6: error: ‘i’ was not declared in this scope
6 | rep(i,N){
| ^
cover.cpp:6:2: error: ‘rep’ was not declared in this scope
6 | rep(i,N){
| ^~~
guess.cpp: In function ‘std::string guess(int, int, std::string)’:
guess.cpp:9:6: error: ‘i’ was not declared in this scope
9 | rep(i,N){
| ^
guess.cpp:9:2: error: ‘rep’ was not declared in this scope
9 | rep(i,N){
| ^~~
guess.cpp:29:6: error: ‘ii’ was not declared in this scope
29 | rep(ii,K){
| ^~