编号 题目 状态 分数 总时间 内存 代码 / 答案文件 提交者 提交时间
#2720 #1002. 找倍数 Wrong Answer 7 64 ms 492 K C / 283 B sm 2023-11-21 15:11:22
显示原始代码
#include <stdio.h>
#include <stdlib.h>

int main() {
    long long N;
    scanf("%lld", &N);
    long long r = N % 998244353;
    long long x;
    if (r >= 0) {
        x = N - r;
    } else {
        x = N + labs(r);
    }
    printf("%lld\n", x);

    return 0;
}
子任务 #1
Wrong Answer
得分:6
测试点 #1
Wrong Answer
得分:0
用时:4 ms
内存:268 KiB

输入文件(00_sample_01.in

998244354

答案文件(00_sample_01.out

1

用户输出

998244353

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(00_sample_02.in

-9982443534

答案文件(00_sample_02.out

998244349

用户输出

-9982443530

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_01.in

-177018739841739480

答案文件(01_test_01.out

154610877

用户输出

-177018738998106004

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_02.in

28316250877914573

答案文件(01_test_02.out

650254570

用户输出

28316250227660003

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_03.in

779547116602436425

答案文件(01_test_03.out

179883476

用户输出

779547116422552949

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_04.in

335408917861648769

答案文件(01_test_04.out

169695780

用户输出

335408917691952989

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_05.in

-925140037376309921

答案文件(01_test_05.out

720297321

用户输出

-925140037098362889

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_06.in

252509054433933443

答案文件(01_test_06.out

872871493

用户输出

252509053561061950

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_07.in

-239286983523809375

答案文件(01_test_07.out

150597203

用户输出

-239286982676162225

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_08.in

-1000000000000000000

答案文件(01_test_08.out

282173455

用户输出

-999999999283929102

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_09.in

1000000000000000000

答案文件(01_test_09.out

716070898

用户输出

999999999283929102

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_10.in

0

答案文件(01_test_10.out

0

用户输出

0

系统信息

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

输入文件(01_test_11.in

-366387905869936605

答案文件(01_test_11.out

0

用户输出

-366387905869936605

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_12.in

-572046696614729575

答案文件(01_test_12.out

0

用户输出

-572046696614729575

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_13.in

-367373633236994338

答案文件(01_test_13.out

0

用户输出

-367373633236994338

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0