結果
| 問題 | No.272 NOT回路 |
| コンテスト | |
| ユーザー |
nxteru
|
| 提出日時 | 2017-04-04 13:54:58 |
| 言語 | C90 (gcc 12.4.0) |
| 結果 |
RE
(最新)
AC
(最初)
|
| 実行時間 | - |
| コード長 | 36 bytes |
| 記録 | |
| コンパイル時間 | 81 ms |
| コンパイル使用メモリ | 28,360 KB |
| 実行使用メモリ | 7,844 KB |
| 最終ジャッジ日時 | 2026-03-08 11:30:14 |
| 合計ジャッジ時間 | 618 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 1 |
| other | RE * 11 |
コンパイルメッセージ
main.c: In function ‘main’:
main.c:1:8: warning: incompatible implicit declaration of built-in function ‘printf’ [-Wbuiltin-declaration-mismatch]
1 | main(){printf("%d",!(getchar()%2));}
| ^~~~~~
main.c:1:1: note: include ‘<stdio.h>’ or provide a declaration of ‘printf’
+++ |+#include <stdio.h>
1 | main(){printf("%d",!(getchar()%2));}
ソースコード
main(){printf("%d",!(getchar()%2));}
nxteru