编号 题目 状态 分数 总时间 内存 代码 / 答案文件 提交者 提交时间
#25599 #1139. ddd和鸽子 Wrong Answer 20 46 ms 304 K C / 354 B 经济99-刘雨泽 2020-05-28 19:09:40
显示原始代码
#include <stdio.h>
int main() {
    int a, b;
    float hour, min, tangle;
    scanf("%d:%d", &a, &b);
    if (a >= 12)
        a -= 12;
    hour = a * 30 + b * 0.5;
    min = b * 6;
    if (min > hour)
        tangle = min - hour;
    else
        tangle = hour - min;
    if (tangle > 180)
        tangle -= 180;
    tangle = 180 - tangle;  //没搞懂
    printf("%.1f", tangle);
    return 0;
}
子任务 #1
Wrong Answer
得分:20
测试点 #1
Wrong Answer
得分:0
用时:3 ms
内存:264 KiB

输入文件(1.in

14:02

答案文件(1.out

49.0

用户输出

131.0

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #2
Wrong Answer
得分:0
用时:2 ms
内存:236 KiB

输入文件(2.in

07:09

答案文件(2.out

160.5

用户输出

19.5

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #3
Wrong Answer
得分:0
用时:2 ms
内存:228 KiB

输入文件(3.in

13:33

答案文件(3.out

151.5

用户输出

28.5

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #4
Wrong Answer
得分:0
用时:2 ms
内存:304 KiB

输入文件(4.in

17:48

答案文件(4.out

114.0

用户输出

66.0

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #5
Wrong Answer
得分:0
用时:3 ms
内存:232 KiB

输入文件(5.in

22:33

答案文件(5.out

118.5

用户输出

61.5

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #6
Accepted
得分:100
用时:2 ms
内存:228 KiB

输入文件(6.in

19:00

答案文件(6.out

150.0

用户输出

150.0

系统信息

Exited with return code 0
测试点 #7
Wrong Answer
得分:0
用时:2 ms
内存:220 KiB

输入文件(7.in

10:27

答案文件(7.out

151.5

用户输出

28.5

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #8
Wrong Answer
得分:0
用时:2 ms
内存:236 KiB

输入文件(8.in

04:50

答案文件(8.out

155.0

用户输出

25.0

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #9
Accepted
得分:100
用时:3 ms
内存:268 KiB

输入文件(9.in

14:45

答案文件(9.out

172.5

用户输出

172.5

系统信息

Exited with return code 0
测试点 #10
Wrong Answer
得分:0
用时:2 ms
内存:228 KiB

输入文件(10.in

01:07

答案文件(10.out

8.5

用户输出

171.5

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #11
Wrong Answer
得分:0
用时:2 ms
内存:268 KiB

输入文件(11.in

11:51

答案文件(11.out

49.5

用户输出

130.5

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #12
Accepted
得分:100
用时:2 ms
内存:224 KiB

输入文件(12.in

09:01

答案文件(12.out

95.5

用户输出

95.5

系统信息

Exited with return code 0
测试点 #13
Wrong Answer
得分:0
用时:3 ms
内存:264 KiB

输入文件(13.in

04:28

答案文件(13.out

34.0

用户输出

146.0

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #14
Accepted
得分:100
用时:2 ms
内存:284 KiB

输入文件(14.in

11:06

答案文件(14.out

63.0

用户输出

63.0

系统信息

Exited with return code 0
测试点 #15
Wrong Answer
得分:0
用时:3 ms
内存:232 KiB

输入文件(15.in

02:37

答案文件(15.out

143.5

用户输出

36.5

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #16
Wrong Answer
得分:0
用时:2 ms
内存:260 KiB

输入文件(16.in

23:58

答案文件(16.out

11.0

用户输出

169.0

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #17
Wrong Answer
得分:0
用时:3 ms
内存:304 KiB

输入文件(17.in

12:01

答案文件(17.out

5.5

用户输出

174.5

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #18
Wrong Answer
得分:0
用时:2 ms
内存:236 KiB

输入文件(18.in

02:11

答案文件(18.out

0.5

用户输出

179.5

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #19
Wrong Answer
得分:0
用时:2 ms
内存:272 KiB

输入文件(19.in

20:11

答案文件(19.out

179.5

用户输出

0.5

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #20
Wrong Answer
得分:0
用时:2 ms
内存:276 KiB

输入文件(20.in

06:00

答案文件(20.out

180.0

用户输出

0.0

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0