用户输出
229.0
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#25596 | #1139. ddd和鸽子 | Wrong Answer | 50 | 47 ms | 280 K | C / 291 B | 经济99-刘雨泽 | 2020-05-28 18:55:46 |
#include <stdio.h>
int main() {
int a, b;
float hour, min, tangle;
scanf("%d:%d", &a, &b);
hour = a * 30 + b * 0.5;
min = b * 6;
if (min > hour)
tangle = min - hour;
else
tangle = hour - min;
if (tangle > 180)
tangle -= 180;
printf("%.1f", tangle);
return 0;
}
用户输出
229.0
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
28.5
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
66.0
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
298.5
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
390.0
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
84.5
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
117.0
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
191.0
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
174.5
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
359.5
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0