Skip to content

Instantly share code, notes, and snippets.

@kou029w
Last active January 10, 2019 09:20
Show Gist options
  • Save kou029w/0018a38280439244f32566e220511cb5 to your computer and use it in GitHub Desktop.
Save kou029w/0018a38280439244f32566e220511cb5 to your computer and use it in GitHub Desktop.
@kou029w
Copy link
Author

kou029w commented Oct 14, 2017

トップレベルの人の所要時間がおかしい...10分以内にすべて解いてる

@kou029w
Copy link
Author

kou029w commented Oct 20, 2017

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