Problem | eatinghealthy |
---|---|
User | taqtru |
Submission Time | 2025-08-28 23:32:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eatinghealthy.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
eatinghealthy.cpp: In function ‘int main()’:
eatinghealthy.cpp:6:2: error: ‘cin’ was not declared in this scope
6 | cin >> a >> b >> c >> k:
| ^~~
eatinghealthy.cpp:9:6: error: ‘else’ without a previous ‘if’
9 | }else{
| ^~~~
eatinghealthy.cpp:10:9: error: ‘cout’ was not declared in this scope
10 | cout << "YES";
| ^~~~