|
191 | 191 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
192 | 192 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
193 | 193 | </ClCompile>
|
194 |
| - <ClCompile Include="library\others\cumulative-sum.cpp"> |
| 194 | + <ClCompile Include="library\math\prime_factor.cpp"> |
195 | 195 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
196 | 196 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
197 | 197 | </ClCompile>
|
198 |
| - <ClCompile Include="library\others\doubling.cpp"> |
| 198 | + <ClCompile Include="library\others\cumulative-sum.cpp"> |
199 | 199 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
200 | 200 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
201 | 201 | </ClCompile>
|
202 |
| - <ClCompile Include="library\others\modint.cpp"> |
203 |
| - <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> |
204 |
| - <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> |
| 202 | + <ClCompile Include="library\others\doubling.cpp"> |
205 | 203 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
206 | 204 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
207 | 205 | </ClCompile>
|
208 |
| - <ClCompile Include="library\math\comb.cpp"> |
| 206 | + <ClCompile Include="library\others\modint.cpp"> |
209 | 207 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
210 | 208 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
211 | 209 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
266 | 264 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
267 | 265 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
268 | 266 | </ClCompile>
|
| 267 | + <ClCompile Include="test\prime_factor_yosupo-judge.test.cpp"> |
| 268 | + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> |
| 269 | + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> |
| 270 | + </ClCompile> |
269 | 271 | <ClCompile Include="test\segtree_yosupo-judge.test.cpp">
|
270 | 272 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
271 | 273 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
290 | 292 | <ItemGroup>
|
291 | 293 | <None Include="cpp.hint" />
|
292 | 294 | <None Include="docs\BIT.md" />
|
293 |
| - <None Include="docs\comb.md" /> |
294 | 295 | <None Include="docs\cumulative-sum.md" />
|
295 | 296 | <None Include="docs\dijkstra.md" />
|
296 | 297 | <None Include="docs\dijkstra_path.md" />
|
|
303 | 304 | <None Include="docs\LCA_weighted.md" />
|
304 | 305 | <None Include="docs\LIS_dp.md" />
|
305 | 306 | <None Include="docs\modint.md" />
|
| 307 | + <None Include="docs\prime_factor.md" /> |
306 | 308 | <None Include="docs\segtree.md" />
|
307 | 309 | <None Include="docs\sparsetable.md" />
|
308 | 310 | <None Include="docs\splaytree.md" />
|
|
0 commit comments