結果
問題 |
No.795 Restrictions!!!!!!!!!!!!!!
|
ユーザー |
|
提出日時 | 2025-08-10 22:23:49 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
AC
|
実行時間 | 33 ms / 2,000 ms |
コード長 | 318 bytes |
コンパイル時間 | 370 ms |
コンパイル使用メモリ | 11,776 KB |
実行使用メモリ | 10,368 KB |
最終ジャッジ日時 | 2025-08-10 22:23:51 |
合計ジャッジ時間 | 2,086 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 20 |
ソースコード
import sys def main(): # sys.setrecursionlimit(100000) input = lambda: sys.stdin.readline()[:-1] N = input() M = input() print("Yes") if not __debug__: f = open(sys.argv[1], "r") sys.stdin = f # try: # sys.set_int_max_str_digits(100000) # except AttributeError: # pass main()