結果
| 問題 | No.8064 う し た ぷ に き あ く ん 笑 |
| コンテスト | |
| ユーザー |
shiomusubi496
|
| 提出日時 | 2020-07-23 14:21:08 |
| 言語 | C++14 (gcc 15.2.0 + boost 1.89.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 111 bytes |
| 記録 | |
| コンパイル時間 | 965 ms |
| コンパイル使用メモリ | 182,844 KB |
| 実行使用メモリ | 7,848 KB |
| 最終ジャッジ日時 | 2026-03-08 19:17:55 |
| 合計ジャッジ時間 | 1,900 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 47 |
ソースコード
#include<bits/stdc++.h>
using namespace std;
int main(){
string S;
getline(cin,S);
cout<<S<<endl;
}
shiomusubi496