Problem lemonade
User giaan1231
Submission Time 2024-12-14 11:00:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lemonade.cpp:23:2: error: stray ‘#’ in program
23 | }#include<bits/stdc++.h>
| ^
lemonade.cpp:23:3: error: ‘include’ does not name a type
23 | }#include<bits/stdc++.h>
| ^~~~~~~
lemonade.cpp:26:5: error: redefinition of ‘long long int n’
26 | int n, w;
| ^
lemonade.cpp:4:5: note: ‘long long int n’ previously declared here
4 | int n, w;
| ^
lemonade.cpp:26:8: error: redefinition of ‘long long int w’
26 | int n, w;
| ^
lemonade.cpp:4:8: note: ‘long long int w’ previously declared here
4 | int n, w;
| ^
lemonade.cpp:27:13: error: redefinition of ‘std::vector<long long int> a’
27 | vector<int> a, b;
| ^
lemonade.cpp:5:13: note: ‘std::vector<long long int> a’ previously declared here
5 | vector<int> a, b;
| ^
lemonade.cpp:27:16: error: redefinition of ‘std::vecto