编号 题目 状态 分数 总时间 内存 代码 / 答案文件 提交者 提交时间
#2979 #1002. 找倍数 Wrong Answer 27 64 ms 384 K C / 306 B s230026068 2023-11-22 20:40:23
显示原始代码
#include <stdio.h>

int main() {
    // 从用户输入获取整数 N
    long long N;
    scanf("%lld", &N);

    // 计算 X
    long long remainder = N % 998244353;
    long long X = (N - remainder + 998244353) % 998244353;

    // 输出结果
    printf("%lld\n", X);

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

输入文件(00_sample_01.in

998244354

答案文件(00_sample_01.out

1

用户输出

0

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(00_sample_02.in

-9982443534

答案文件(00_sample_02.out

998244349

用户输出

0

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_01.in

-177018739841739480

答案文件(01_test_01.out

154610877

用户输出

0

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_02.in

28316250877914573

答案文件(01_test_02.out

650254570

用户输出

0

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_03.in

779547116602436425

答案文件(01_test_03.out

179883476

用户输出

0

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_04.in

335408917861648769

答案文件(01_test_04.out

169695780

用户输出

0

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_05.in

-925140037376309921

答案文件(01_test_05.out

720297321

用户输出

0

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_06.in

252509054433933443

答案文件(01_test_06.out

872871493

用户输出

0

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_07.in

-239286983523809375

答案文件(01_test_07.out

150597203

用户输出

0

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_08.in

-1000000000000000000

答案文件(01_test_08.out

282173455

用户输出

0

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_09.in

1000000000000000000

答案文件(01_test_09.out

716070898

用户输出

0

Special Judge 信息

Files user_out and answer differ

系统信息

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

输入文件(01_test_10.in

0

答案文件(01_test_10.out

0

用户输出

0

系统信息

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

输入文件(01_test_11.in

-366387905869936605

答案文件(01_test_11.out

0

用户输出

0

系统信息

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

输入文件(01_test_12.in

-572046696614729575

答案文件(01_test_12.out

0

用户输出

0

系统信息

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

输入文件(01_test_13.in

-367373633236994338

答案文件(01_test_13.out

0

用户输出

0

系统信息

Exited with return code 0