結果

問題 No.8064 う し た ぷ に き あ く ん 笑
ユーザー 沙耶花
提出日時 2020-04-01 22:26:10
言語 C++17
(gcc 13.3.0 + boost 1.87.0)
結果
WA  
実行時間 -
コード長 174 bytes
コンパイル時間 776 ms
コンパイル使用メモリ 74,920 KB
最終ジャッジ日時 2025-01-09 12:12:41
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other WA * 47
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <iostream>
#include <set>
#include <queue>
#include <vector>
using namespace std;


int main() {

	string S;
	
	getline(cin,S);
	
	cout<<S<<endl;

    return 0;


}
0