2024-01-13 10:05:40 +08:00
|
|
|
|
<?xml version="1.0" encoding="GB2312" standalone="no"?>
|
|
|
|
|
|
<code>
|
|
|
|
|
|
<finished>true</finished>
|
|
|
|
|
|
|
|
|
|
|
|
<submit>
|
|
|
|
|
|
<sourceCode>#include <stdio.h>
|
|
|
|
|
|
int main()
|
|
|
|
|
|
{
|
|
|
|
|
|
double a,b,c;
|
|
|
|
|
|
while(scanf("%lf%lf", &a, &b) != EOF)
|
|
|
|
|
|
{
|
|
|
|
|
|
if (b!=0)
|
|
|
|
|
|
{
|
|
|
|
|
|
c=a/b;
|
|
|
|
|
|
printf("%.2f\n", c);
|
|
|
|
|
|
}
|
|
|
|
|
|
else
|
|
|
|
|
|
printf("error\n");
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
</sourceCode>
|
|
|
|
|
|
<id>992628</id>
|
2024-01-13 20:27:50 +08:00
|
|
|
|
<time>2024-01-13 01:52:26</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/>
|
|
|
|
|
|
<submits>76</submits>
|
|
|
|
|
|
</submit>
|
|
|
|
|
|
</code>
|