We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31813bb commit a3484aeCopy full SHA for a3484ae
main.py
@@ -1,8 +1,8 @@
1
from __future__ import print_function
2
import sys,math,string,itertools,fractions,heapq,collections,re,array,bisect
3
4
-def debug(s):
5
- print(s, file=sys.stderr)
+def debug(*args):
+ print(args, file=sys.stderr)
6
7
if __name__ == '__main__':
8
a, b, s = [int(r) for r in raw_input().split()]
0 commit comments