-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove usage of __uint128_t and gcc compiler
Use double trick instead: https://codeforces.com/blog/entry/96759
- Loading branch information
1 parent
ef1f8d1
commit c4695ab
Showing
3 changed files
with
13 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,18 +96,6 @@ jobs: | |
runs-on: windows-2019 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
# https://github.com/egor-tensin/setup-mingw/issues/17 | ||
- name: Set up MinGW | ||
uses: egor-tensin/[email protected] | ||
with: | ||
version: 12.2.0 | ||
- name: Set environment variables for compiler | ||
env: | ||
CC: x86_64-w64-mingw32-gcc | ||
CXX: x86_64-w64-mingw32-g++ | ||
run: | | ||
echo "CC=${CC}" >> $GITHUB_ENV | ||
echo "CXX=${CXX}" >> $GITHUB_ENV | ||
- name: set up python 3.8 | ||
uses: actions/setup-python@v2 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters