| Problem | payraise |
|---|---|
| User | popperoni |
| Submission Time | 2024-12-14 20:44:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
payraise.cpp: In function ‘int readint()’:
payraise.cpp:23:22: error: ‘_getchar_nolock’ was not declared in this scope; did you mean ‘getchar_unlocked’?
23 | int x=0; char ch=_getchar_nolock(); bool s=1;
| ^~~~~~~~~~~~~~~
| getchar_unlocked
payraise.cpp: In function ‘void print(int)’:
payraise.cpp:30:5: error: ‘_putchar_nolock’ was not declared in this scope; did you mean ‘putchar_unlocked’?
30 | _putchar_nolock(x % 10 + '0');
| ^~~~~~~~~~~~~~~
| putchar_unlocked
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: er