编号 题目 状态 分数 总时间 内存 代码 / 答案文件 提交者 提交时间
#1898 #993. 汉诺塔问题 Wrong Answer 5 95 ms 396 K C++ 17 / 128 B t330026054 2023-10-15 16:59:37
显示原始代码
#include <iostream>
using namespace ::std;

int main() {
    int n = 0;
    cin >> n;
    if (1 < n && n < 5) {
        cout << n * n - 1;
    }
}
子任务 #1
Wrong Answer
得分:5
测试点 #1
Wrong Answer
得分:0
用时:5 ms
内存:384 KiB

输入文件(hanoi0.in

5

答案文件(hanoi0.out

31

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi1.in

4

答案文件(hanoi1.out

15

用户输出

15

系统信息

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

输入文件(hanoi3.in

24

答案文件(hanoi3.out

16777215

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi4.in

22

答案文件(hanoi4.out

4194303

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi5.in

7

答案文件(hanoi5.out

127

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi6.in

29

答案文件(hanoi6.out

536870911

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi7.in

28

答案文件(hanoi7.out

268435455

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi8.in

14

答案文件(hanoi8.out

16383

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi9.in

8

答案文件(hanoi9.out

255

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi10.in

51

答案文件(hanoi10.out

2251799813685247

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi11.in

55

答案文件(hanoi11.out

36028797018963967

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi12.in

53

答案文件(hanoi12.out

9007199254740991

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi13.in

42

答案文件(hanoi13.out

4398046511103

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi14.in

51

答案文件(hanoi14.out

2251799813685247

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi15.in

31

答案文件(hanoi15.out

2147483647

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi16.in

59

答案文件(hanoi16.out

576460752303423487

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi17.in

58

答案文件(hanoi17.out

288230376151711743

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi18.in

46

答案文件(hanoi18.out

70368744177663

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(hanoi19.in

41

答案文件(hanoi19.out

2199023255551

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0