| Problem | souvenirs3 |
|---|---|
| User | Reyho |
| Submission Time | 2026-06-26 16:57:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
souvenirs3.cpp: In function ‘int main()’:
souvenirs3.cpp:18:17: error: ‘gift_pos’ was not declared in this scope; did you mean ‘gifts_pos’?
18 | if (gift_pos[i]!=customer[i]){
| ^~~~~~~~
| gifts_pos
souvenirs3.cpp:29:5: error: expected ‘}’ at end of input
29 | }
| ^
souvenirs3.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^