結果
問題 |
No.272 NOT回路
|
ユーザー |
|
提出日時 | 2016-12-11 23:50:44 |
言語 | Vim script (v9.1) |
結果 |
AC
|
実行時間 | 11 ms / 1,000 ms |
コード長 | 142 bytes |
コンパイル時間 | 55 ms |
コンパイル使用メモリ | 6,820 KB |
実行使用メモリ | 11,264 KB |
最終ジャッジ日時 | 2024-11-29 04:05:42 |
合計ジャッジ時間 | 839 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 |
other | AC * 11 |
ソースコード
function! s:main(input) abort return a:input[0] == 0 ? 1 : 0 endfunction let s:input = getline(1, '$') enew put = s:main(s:input) 2,$print