結果
問題 |
No.8051 cracked
|
ユーザー |
![]() |
提出日時 | 2019-04-01 23:44:37 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 150 bytes |
コンパイル時間 | 276 ms |
コンパイル使用メモリ | 30,208 KB |
実行使用メモリ | 25,616 KB |
平均クエリ数 | 3.00 |
最終ジャッジ日時 | 2024-07-16 17:02:20 |
合計ジャッジ時間 | 5,963 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 24 |
ソースコード
#include<stdio.h> int main(){char c,d;int i=0;for(FILE*p=fopen("source.txt","r");(c=fgetc(p))==(d=getchar());i++);printf("%d\n\"%c\"\n\"%c\"",i,c,d);}