結果
問題 |
No.272 NOT回路
|
ユーザー |
![]() |
提出日時 | 2023-05-31 14:51:46 |
言語 | C (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 133 bytes |
コンパイル時間 | 131 ms |
コンパイル使用メモリ | 26,624 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-12-28 13:49:35 |
合計ジャッジ時間 | 917 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 1 |
other | AC * 6 WA * 5 |
ソースコード
#include <stdio.h> int main() { int x; scanf("%d", &x); if (x = 1) { printf("0"); } else { printf("1"); } return 0; }