結果
問題 | No.395 永遠の17歳 |
ユーザー |
|
提出日時 | 2016-10-10 20:38:14 |
言語 | Python2 (2.7.18) |
結果 |
AC
|
実行時間 | 24 ms / 1,000 ms |
コード長 | 220 bytes |
コンパイル時間 | 334 ms |
コンパイル使用メモリ | 6,912 KB |
実行使用メモリ | 8,192 KB |
最終ジャッジ日時 | 2024-10-05 02:25:28 |
合計ジャッジ時間 | 1,735 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 17 |
ソースコード
# -*- coding: utf-8 -*- import sys,copy,math,heapq,itertools as it,fractions,re,bisect,collections as coll A = int(raw_input()) for i in xrange(8, A): if A - i == 7: print i break else: print -1