Last active
January 10, 2019 09:20
-
-
Save kou029w/0018a38280439244f32566e220511cb5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
トップレベルの人の所要時間がおかしい...10分以内にすべて解いてる
Aはひどいな...
bash
read a b c; echo $((a^b^c))
で十分だし、仮にawk使うにしても {print ...}
は $0 = ...
で良い
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
合計300点
A, B問題は瞬殺(30分かかりました)
あとは分からない...