結果
| 問題 |
No.8064 う し た ぷ に き あ く ん 笑
|
| コンテスト | |
| ユーザー |
tsuishi
|
| 提出日時 | 2021-01-21 14:24:08 |
| 言語 | C (gcc 13.3.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 75 bytes |
| コンパイル時間 | 278 ms |
| コンパイル使用メモリ | 27,648 KB |
| 実行使用メモリ | 5,248 KB |
| 最終ジャッジ日時 | 2024-12-24 14:11:29 |
| 合計ジャッジ時間 | 1,557 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 47 |
ソースコード
#include <stdio.h>
int main(){char c;while((c=getchar())!=EOF)putchar(c);}
tsuishi