| Problem | payraise |
|---|---|
| User | popperoni |
| Submission Time | 2024-12-14 20:45:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
payraise.cpp: In function ‘int main()’:
payraise.cpp:98:21: error: ‘fw’ was not declared in this scope; did you mean ‘fi’?
98 | for(ll i=0;i<n;i++)fw[i]=0;
| ^~
| fi
payraise.cpp:103:3: error: ‘up’ was not declared in this scope; did you mean ‘pu’?
103 | up(pre[i],pre[i],a);
| ^~
| pu
payraise.cpp:109:4: error: ‘up’ was not declared in this scope; did you mean ‘pu’?
109 | up(pre[a],end1[a],b);
| ^~
| pu
payraise.cpp:112:10: error: ‘qry’ was not declared in this scope
112 | print(qry(pre[a]));
| ^~~