Problem kfc
User Benroy
Submission Time 2023-01-11 18:11:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

kfc.cpp:18:2: error: stray ‘#’ in program
18 | }#include <bits/stdc++.h>
| ^
kfc.cpp:18:3: error: ‘include’ does not name a type
18 | }#include <bits/stdc++.h>
| ^~~~~~~
kfc.cpp:21:8: error: redefinition of ‘int main()’
21 | signed main() {
| ^~~~
kfc.cpp:4:8: note: ‘int main()’ previously defined here
4 | signed main() {
| ^~~~