| Problem | payraise |
|---|---|
| User | thatlycheeoolongdrink |
| Submission Time | 2025-12-15 15:57:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
payraise.cpp:9:14: error: ‘int_e’ has not been declared
9 | node(int _s,int_e) {
| ^~~~~
payraise.cpp: In constructor ‘node::node(long long int, int)’:
payraise.cpp:10:10: error: ‘_e’ was not declared in this scope; did you mean ‘e’?
10 | s=_s,e=_e,m=(s+c)/2,v=0,lz=0;
| ^~
| e
payraise.cpp:10:18: error: ‘c’ was not declared in this scope
10 | s=_s,e=_e,m=(s+c)/2,v=0,lz=0;
| ^
payraise.cpp: In function ‘int32_t main()’:
payraise.cpp:51:12: error: ‘sync_with_studio’ is not a member of ‘std::ios_base’
51 | ios_base::sync_with_studio(0); cin.tie(0); cout.tie(0);
| ^~~~~~~~~~~~~~~~
payraise.cpp:54:22: error: expected ‘)’ before ‘;’ token
54 | for (int i=0;i<1;i<n;i++) {
| ~ ^
| )
payraise.cpp:54:23: error: ‘i’ was not declared in this scope
54 | for (int i=0;i&