Problem kfc
User VJADITHYA
Submission Time 2023-01-11 18:06:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

kfc.cpp: In function ‘int main()’:
kfc.cpp:10:22: error: expected ‘;’ before ‘)’ token
10 | for(int i=0;i<N<i++){
| ^
| ;
kfc.cpp:16:1: error: ‘ll’ was not declared in this scope; did you mean ‘ld’?
16 | ll ans = static_cast<long long>(round(T));
| ^~
| ld
kfc.cpp:17:9: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
17 | cout << ans;
| ^~~
| abs