結果
問題 | No.272 NOT回路 |
ユーザー |
![]() |
提出日時 | 2019-01-12 07:05:36 |
言語 | C++11 (gcc 13.3.0) |
結果 |
AC
|
実行時間 | 2 ms / 1,000 ms |
コード長 | 125 bytes |
コンパイル時間 | 396 ms |
コンパイル使用メモリ | 55,000 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-12-15 23:58:37 |
合計ジャッジ時間 | 900 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 |
other | AC * 11 |
ソースコード
#include <iostream>int main(){short x;std::cin >> x;std::cout << (x ^ 1) << std::endl;return 0;}