Problem | bananasmoothie |
---|---|
User | 0ncarat |
Submission Time | 2024-05-04 09:34:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:16:6: error: ‘inti’ was not declared in this scope; did you mean ‘int’?
16 | for(inti=k-1;i<n;i+=k){
| ^~~~
| int
bananasmoothie.cpp:16:15: error: ‘i’ was not declared in this scope
16 | for(inti=k-1;i<n;i+=k){
| ^
bananasmoothie.cpp:21:10: error: expected ‘}’ at end of input
21 | return 0;
| ^
bananasmoothie.cpp:5:11: note: to match this ‘{’
5 | int main(){
| ^