Problem lunchbox
User Ultraman425
Submission Time 2026-02-13 14:00:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:21:17: error: ‘i’ was not declared in this scope
21 | answer += lis[i];
| ^
lunchbox.cpp:23:14: error: expected ‘;’ before ‘continue’
23 | count += 1
| ^
| ;
24 | continue;
| ~~~~~~~~
lunchbox.cpp:32:7: error: no match for ‘operator>>’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘long long int’)
32 | cout >> count;
| ~~~~ ^~ ~~~~~
| | |
| | long long int
| std::ostream {aka std::basic_ostream<char>}
lunchbox.cpp:32:7: note: candidate: ‘operator>>(int, long long int)’ <built-in>
32 | cout >> count;
| ~~~~~^~~~~~~~
lunchbox.cpp:32:7: note: no known conversion for argument 1 from ‘std::ostream’ {aka ‘std::basic_ostream<char>’} to ‘int’
In file included from /us