Problem | sumalllis |
---|---|
User | Soysauce |
Submission Time | 2024-03-04 09:10:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumalllis.cpp:18:11: error: invalid preprocessing directive #Constructing
18 | # Constructing permutations with Ai = N
| ^~~~~~~~~~~~
sumalllis.cpp:22:11: error: invalid preprocessing directive #Generating
22 | # Generating all permutations and calculating LIS
| ^~~~~~~~~~
sumalllis.cpp:25:38: error: stray ‘#’ in program
25 | perm = list(perm) + [i] # Append Ai = N
| ^
sumalllis.cpp:1:1: error: ‘MOD’ does not name a type
1 | MOD = 998244353
| ^~~