Problem installingapps
User MasterCoder8421
Submission Time 2025-12-07 20:45:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

installingapps.cpp:20:11: error: invalid preprocessing directive #print
20 | # print(i, j, dp[i-1][j-1])
| ^~~~~
installingapps.cpp:27:3: error: invalid preprocessing directive #for
27 | # for i in range(n+1):
| ^~~
installingapps.cpp:28:7: error: invalid preprocessing directive #for
28 | # for j in range(n+1):
| ^~~
installingapps.cpp:29:11: error: invalid preprocessing directive #print
29 | # print(dp[i][j], end=" ")
| ^~~~~
installingapps.cpp:30:7: error: invalid preprocessing directive #print
30 | # print()
| ^~~~~
installingapps.cpp:1:1: error: ā€˜n’ does not name a type
1 | n, c = map(int, input().split())
| ^