| Problem | installingapps |
|---|---|
| User | MasterCoder8421 |
| Submission Time | 2025-12-06 18:05:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
installingapps.cpp:28:3: error: invalid preprocessing directive #for
28 | # for i in range(n+1):
| ^~~
installingapps.cpp:29:7: error: invalid preprocessing directive #for
29 | # for j in range(n+1):
| ^~~
installingapps.cpp:30:11: error: invalid preprocessing directive #print
30 | # print(dp[i][j], end=" ")
| ^~~~~
installingapps.cpp:31:7: error: invalid preprocessing directive #print
31 | # print()
| ^~~~~
installingapps.cpp:1:1: error: ānā does not name a type
1 | n, c = map(int, input().split())
| ^