<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi<br> I use, among other things, a site, http://www.codechef.com to learn python. <br>I don't know what platform they use. I use linux.<br><br>When I submit this little piece of code to them:<br><br>import sys<br>import math<br><br>#main<br><br>s=sys.stdin.read()<br><br>int_list=s.split()<br><br>for a in int_list[1:]:<br> print math.factorial(int(a))<br><br><br>they generate a runtime error :NZEC but I don't (python 2.6)<br><br>What is NZEC and what could cause it in these few lines of code?<br><br><br>Regards Mikael<br> </body>
</html>