Problem eatinghealthy
User taqtru
Submission Time 2025-08-28 23:31:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eatinghealthy.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
1 | #include bits/stdc++.h
| ^~~~
eatinghealthy.cpp: In function ‘int main()’:
eatinghealthy.cpp:5:5: error: ‘ll’ was not declared in this scope
5 | ll a,b,c,k;
| ^~
eatinghealthy.cpp:6:2: error: ‘cin’ was not declared in this scope
6 | cin >> a >> b >> c >> k:
| ^~~
eatinghealthy.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #include bits/stdc++.h
eatinghealthy.cpp:6:9: error: ‘a’ was not declared in this scope
6 | cin >> a >> b >> c >> k:
| ^
eatinghealthy.cpp:6:14: error: ‘b’ was not declared in this scope
6 | cin >> a >> b >> c >> k:
| ^
eatinghealthy.cpp:6:19: error: ‘c’ was not