JUDGER_AND_CLIENT/client/xml/1000000000/26-580.xml

37 lines
660 B
XML
Raw Permalink Normal View History

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