結果
| 問題 |
No.8064 う し た ぷ に き あ く ん 笑
|
| コンテスト | |
| ユーザー |
Series_205
|
| 提出日時 | 2020-04-01 21:29:18 |
| 言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 127 bytes |
| コンパイル時間 | 2,025 ms |
| コンパイル使用メモリ | 193,032 KB |
| 最終ジャッジ日時 | 2025-01-09 11:40:53 |
|
ジャッジサーバーID (参考情報) |
judge5 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 47 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
int main(){
string s;
if(getline(cin,s)){
cout<<s<<endl;
}
}
Series_205