37 lines
660 B
XML
37 lines
660 B
XML
|
|
<?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>1748813</id>
|
|||
|
|
<time>2024-09-01 10:05:53</time>
|
|||
|
|
<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>121</submits>
|
|||
|
|
</submit>
|
|||
|
|
</code>
|