Problem | pairs |
---|---|
User | 0rang3 |
Submission Time | 2023-04-11 21:37:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pairs.cpp:15:11: error: invalid preprocessing directive #Step
15 | # Step 1: Construct all products
| ^~~~
pairs.cpp:35:11: error: invalid preprocessing directive #Step
35 | # Step 2: split the array into three parts: A) Positive Numbers; B) Negative Numbers; C) Zeros
| ^~~~
pairs.cpp:36:11: error: invalid preprocessing directive #A
36 | # A) negative Numbers:
| ^
pairs.cpp:41:11: error: invalid preprocessing directive #B
41 | # B) negative Numbers:
| ^
pairs.cpp:45:11: error: invalid preprocessing directive #C
45 | # C) positive Numbers:
| ^
pairs.cpp:54:44: error: stray ‘#’ in program
54 | for i in range(negativeCount): # i is negative nums
| ^
pairs.cpp:57:71: error: stray ‘#’ in program
57 | for j in range(len(n