Problem | flamethrower |
---|---|
User | hariaakash646 |
Submission Time | 2023-09-16 02:14:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:52:5: error: ‘llli’ was not declared in this scope; did you mean ‘ulli’?
52 | llli ma = 0;
| ^~~~
| ulli
flamethrower.cpp:54:9: error: ‘ma’ was not declared in this scope; did you mean ‘fma’?
54 | ma = max(ma, pref[i+k] - pref[i]);
| ^~
| fma
flamethrower.cpp:56:20: error: ‘ma’ was not declared in this scope; did you mean ‘fma’?
56 | printf("%lld", ma);
| ^~
| fma