| Problem | duckhunt23 |
|---|---|
| User | JhoCyber |
| Submission Time | 2025-12-08 11:14:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt23.cpp:5:17: error: ‘a’ was not declared in this scope
5 | vector<char> l=[a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z];
| ^
duckhunt23.cpp:5:19: error: ‘b’ was not declared in this scope
5 | vector<char> l=[a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z];
| ^
duckhunt23.cpp:5:21: error: ‘c’ was not declared in this scope
5 | vector<char> l=[a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z];
| ^
duckhunt23.cpp:5:23: error: ‘d’ was not declared in this scope
5 | vector<char> l=[a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z];
| ^
duckhunt23.cpp:5:25: error: ‘e’ was not declared in this scope
5 | vector<char> l=[a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z];
| ^
duckhunt23.cpp:5:27: error: ‘f’ was not declared in this scope