結果
| 問題 |
No.272 NOT回路
|
| コンテスト | |
| ユーザー |
Maeda
|
| 提出日時 | 2025-03-07 14:57:23 |
| 言語 | C (gcc 13.3.0) |
| 結果 |
AC
|
| 実行時間 | 1 ms / 1,000 ms |
| コード長 | 164 bytes |
| コンパイル時間 | 438 ms |
| コンパイル使用メモリ | 24,192 KB |
| 実行使用メモリ | 8,604 KB |
| 最終ジャッジ日時 | 2025-03-07 14:57:25 |
| 合計ジャッジ時間 | 1,076 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 |
| other | AC * 11 |
ソースコード
#include <stdio.h>
void main(void){
int notCircuit = 0;
int input = scanf("%d",¬Circuit);
if(notCircuit == 0){
printf("1\n");
}else{
printf("0\n");
}
}
Maeda