結果
| 問題 |
No.830 日本人の9割は90%
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2023-12-16 20:41:06 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
AC
|
| 実行時間 | 47 ms / 2,000 ms |
| コード長 | 160 bytes |
| コンパイル時間 | 304 ms |
| コンパイル使用メモリ | 82,524 KB |
| 実行使用メモリ | 57,192 KB |
| 最終ジャッジ日時 | 2024-09-27 07:49:31 |
| 合計ジャッジ時間 | 1,333 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 |
| other | AC * 10 |
ソースコード
from collections import * from itertools import * from functools import * from heapq import * import sys,math input = sys.stdin.readline print(int(input())*10)