| Problem | lunchcombo |
|---|---|
| User | brat |
| Submission Time | 2025-11-06 20:03:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchcombo.cpp:20:19: error: stray ‘#’ in program
20 | ans+=course[i];a#include <bits/stdc++.h>
| ^
lunchcombo.cpp: In function ‘int main()’:
lunchcombo.cpp:20:18: error: ‘a’ was not declared in this scope
20 | ans+=course[i];a#include <bits/stdc++.h>
| ^
lunchcombo.cpp:26:17: error: a function-definition is not allowed here before ‘{’ token
26 | bool cond(int x){
| ^
lunchcombo.cpp:39:14: error: a function-definition is not allowed here before ‘{’ token
39 | signed main(){
| ^