Problem pancake
User YSH2020
Submission Time 2024-09-21 12:08:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pancake.cpp: In function ‘int main()’:
pancake.cpp:25:58: error: ‘fact’ cannot be used as a function
25 | for (int i = 0; i < 9; i++) for (int j = 0; j< fact(i); j++) answers[i][j] = 100000;
| ^