Problem kfc
User MegaG
Submission Time 2025-10-07 12:59:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

kfc.cpp: In function ‘int main()’:
kfc.cpp:18:13: error: expected ‘;’ before ‘long’
18 | cout.tie(0)
| ^
| ;
kfc.cpp:21:12: error: ‘T’ was not declared in this scope
21 | cin >> T >> N >> X >> K;
| ^
kfc.cpp:21:17: error: ‘N’ was not declared in this scope
21 | cin >> T >> N >> X >> K;
| ^
kfc.cpp:21:22: error: ‘X’ was not declared in this scope
21 | cin >> T >> N >> X >> K;
| ^
kfc.cpp:21:27: error: ‘K’ was not declared in this scope
21 | cin >> T >> N >> X >> K;
| ^