結果
問題 |
No.244 ★1のグラフの問題
|
ユーザー |
![]() |
提出日時 | 2023-05-30 10:39:10 |
言語 | C (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 73 bytes |
コンパイル時間 | 149 ms |
コンパイル使用メモリ | 26,752 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-12-28 11:39:00 |
合計ジャッジ時間 | 1,260 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 WA * 1 |
other | AC * 4 WA * 3 |
ソースコード
#include <stdio.h> int main() { printf("%d\n",(getchar() - '0') - 1); }