提出 #17959626
ソースコード 拡げる
Copy
import sysimport numpy as npread = sys.stdin.buffer.readreadline = sys.stdin.buffer.readlinereadlines = sys.stdin.buffer.readlinesa, b = map(int, read().split())print(2 * a + 100 - b)
import sys import numpy as np read = sys.stdin.buffer.read readline = sys.stdin.buffer.readline readlines = sys.stdin.buffer.readlines a, b = map(int, read().split()) print(2 * a + 100 - b)
提出情報
提出日時 | |
---|---|
問題 | A - twiblr |
ユーザ | maspy |
言語 | Python (3.8.2) |
得点 | 100 |
コード長 | 201 Byte |
結果 | AC |
実行時間 | 116 ms |
メモリ | 26928 KB |
ジャッジ結果
セット名 | Sample | All | ||||
---|---|---|---|---|---|---|
得点 / 配点 | 0 / 0 | 100 / 100 | ||||
結果 |
|
|
セット名 | テストケース |
---|---|
Sample | sample_01.txt, sample_02.txt |
All | handmade_00.txt, handmade_01.txt, random_00.txt, random_01.txt, sample_01.txt, sample_02.txt |
ケース名 | 結果 | 実行時間 | メモリ |
---|---|---|---|
handmade_00.txt | AC | 116 ms | 26916 KB |
handmade_01.txt | AC | 113 ms | 26664 KB |
random_00.txt | AC | 112 ms | 26912 KB |
random_01.txt | AC | 111 ms | 26928 KB |
sample_01.txt | AC | 114 ms | 26796 KB |
sample_02.txt | AC | 112 ms | 26848 KB |