编号 题目 状态 分数 总时间 内存 代码 / 答案文件 提交者 提交时间
#2803 #1002. 找倍数 Wrong Answer 0 2103 ms 12632 K Java / 165 B Ann 2023-11-21 20:53:25
显示原始代码
class Solution {
    public int findMultiple(long N) {
        int x = 0;
        while (x < 998244353) {
            if ((N - x) % 998244353 == 0)
                break;
            x++;
        }
        return x;
    }
}
子任务 #1
Wrong Answer
得分:0
测试点 #1
Wrong Answer
得分:0
用时:139 ms
内存:12292 KiB

输入文件(00_sample_01.in

998244354

答案文件(00_sample_01.out

1

标准错误流

Error: Could not find or load main class Main
Caused by: java.lang.ClassNotFoundException: Main

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(00_sample_02.in

-9982443534

答案文件(00_sample_02.out

998244349

标准错误流

Error: Could not find or load main class Main
Caused by: java.lang.ClassNotFoundException: Main

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_01.in

-177018739841739480

答案文件(01_test_01.out

154610877

标准错误流

Error: Could not find or load main class Main
Caused by: java.lang.ClassNotFoundException: Main

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_02.in

28316250877914573

答案文件(01_test_02.out

650254570

标准错误流

Error: Could not find or load main class Main
Caused by: java.lang.ClassNotFoundException: Main

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_03.in

779547116602436425

答案文件(01_test_03.out

179883476

标准错误流

Error: Could not find or load main class Main
Caused by: java.lang.ClassNotFoundException: Main

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_04.in

335408917861648769

答案文件(01_test_04.out

169695780

标准错误流

Error: Could not find or load main class Main
Caused by: java.lang.ClassNotFoundException: Main

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_05.in

-925140037376309921

答案文件(01_test_05.out

720297321

标准错误流

Error: Could not find or load main class Main
Caused by: java.lang.ClassNotFoundException: Main

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_06.in

252509054433933443

答案文件(01_test_06.out

872871493

标准错误流

Error: Could not find or load main class Main
Caused by: java.lang.ClassNotFoundException: Main

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_07.in

-239286983523809375

答案文件(01_test_07.out

150597203

标准错误流

Error: Could not find or load main class Main
Caused by: java.lang.ClassNotFoundException: Main

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_08.in

-1000000000000000000

答案文件(01_test_08.out

282173455

标准错误流

Error: Could not find or load main class Main
Caused by: java.lang.ClassNotFoundException: Main

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_09.in

1000000000000000000

答案文件(01_test_09.out

716070898

标准错误流

Error: Could not find or load main class Main
Caused by: java.lang.ClassNotFoundException: Main

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_10.in

0

答案文件(01_test_10.out

0

标准错误流

Error: Could not find or load main class Main
Caused by: java.lang.ClassNotFoundException: Main

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_11.in

-366387905869936605

答案文件(01_test_11.out

0

标准错误流

Error: Could not find or load main class Main
Caused by: java.lang.ClassNotFoundException: Main

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_12.in

-572046696614729575

答案文件(01_test_12.out

0

标准错误流

Error: Could not find or load main class Main
Caused by: java.lang.ClassNotFoundException: Main

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_13.in

-367373633236994338

答案文件(01_test_13.out

0

标准错误流

Error: Could not find or load main class Main
Caused by: java.lang.ClassNotFoundException: Main

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 1