JUDGER_AND_CLIENT/client/可运行客户端环境/xml/1000000000/26-581.xml

36 lines
683 B
XML
Raw Normal View History

2025-02-10 23:21:07 +08:00
<?xml version="1.0" encoding="GB2312" standalone="no"?>
<code>
<finished>true</finished>
<submit>
<sourceCode>#include &lt;stdio.h&gt;
int main()
{
double a = 0.01,b=0.01,c=0.01;
while(scanf("%lf%lf", &amp;a, &amp;b) != EOF)
{
if (b!=0)
{
c=a/b;
printf("%.2f\n", c);
}
else
printf("error\n");
}
printf("\n");
return 0;
}
</sourceCode>
<id>836152</id>
<time>2024-01-13 09:48:18</time>
<status>AC</status>
<correctCaseIds>3024,3025,3026,3027,</correctCaseIds>
<wrongCaseIds/>
<score>49.0</score>
<remark>AC<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>н<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȷ</remark>
<similarity/>
<submits>51</submits>
</submit>
</code>