用户输出
1
系统信息
Exited with return code 0
编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#2993 | #1002. 找倍数 | Wrong Answer | 13 | 500 ms | 2832 K | Python 3 / 227 B | Met | 2023-11-22 20:58:55 |
def find_x(N):
modulo = 998244353
R = N % modulo
x = (N - R) // modulo
return x
def main():
N = int(input())
result_x = find_x(N)
print(result_x)
if __name__ == "__main__":
main()
用户输出
-11
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
-177330069
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
28366051
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
780918133
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
335998813
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
-926767114
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
252953150
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
-239707826
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
-1001758735
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
1001758734
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
-367032285
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
-573052775
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0