Skip to content

Instantly share code, notes, and snippets.

View imyxh's full-sized avatar
🏳️‍⚧️

imyxh

🏳️‍⚧️
View GitHub Profile
@imyxh
imyxh / steam-sys-info.txt
Created February 23, 2018 04:56
Steam - System Information
Computer Information:
Manufacturer: Unknown
Model: Unknown
Form Factor: Laptop
No Touch Input Detected
Processor Information:
CPU Vendor: GenuineIntel
CPU Brand: Intel(R) Core(TM) i7-3537U CPU @ 2.00GHz
CPU Family: 0x6
@imyxh
imyxh / kattis-trollhunt.py
Last active January 4, 2017 00:55
null created by imyxh - https://repl.it/FARC/1
from sys import stdin
from math import ceil, floor
f = list(map(int, stdin.readline().split(' ')))
print(ceil((f[0]-1)/floor(f[1]/f[2])))