Problem fatty
User YH
Submission Time 2026-06-21 10:43:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fatty.cpp: In function ‘int main()’:
fatty.cpp:12:7: error: ‘ll’ was not declared in this scope
12 | for (ll i = 0; i < n; i++) cin >> c[i];
| ^~
fatty.cpp:12:17: error: ‘i’ was not declared in this scope
12 | for (ll i = 0; i < n; i++) cin >> c[i];
| ^
fatty.cpp:13:7: error: ‘ll’ was not declared in this scope
13 | for (ll i = 0; i < n; i++) cin >> t[i];
| ^~
fatty.cpp:13:17: error: ‘i’ was not declared in this scope
13 | for (ll i = 0; i < n; i++) cin >> t[i];
| ^