Problem | lunchcombo |
---|---|
User | lHog |
Submission Time | 2024-03-24 20:50:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchcombo.cpp: In function ‘int main()’:
lunchcombo.cpp:16:52: error: expected ‘)’ before ‘:’ token
16 | ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0:
| ~ ^
| )
lunchcombo.cpp:17:18: error: ‘S’ was not declared in this scope
17 | long long M, S, K;
| ^
lunchcombo.cpp:17:21: error: ‘K’ was not declared in this scope
17 | long long M, S, K;
| ^
lunchcombo.cpp:18:12: error: ‘M’ was not declared in this scope
18 | cin >> M >> S >> K;
| ^