restructure zeta/** to storage/zeta/**
This commit is contained in:
4
storage/zeta/py/completed/10250.py
Normal file
4
storage/zeta/py/completed/10250.py
Normal file
@@ -0,0 +1,4 @@
|
||||
T = int(input())
|
||||
for i in range(T):
|
||||
H, W, N = map(int, input().split())
|
||||
print("%d%02d"%((N-1)%H+1,(N-1)//H+1))
|
||||
Reference in New Issue
Block a user