AJ's Code blog
spoj solutions and other codes in python, C , C++
Monday, 21 January 2013
1002. Uncle Jack Problem code: UJ
while 1:
n,s,d=raw_input().partition(' ')
if n=="0" and d=="0":
break
else:
print (int(n)**(int(d)))
1 comment:
Unknown
26 May 2017 at 11:24
your code is giving nzec :(
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
your code is giving nzec :(
ReplyDelete