結果

問題 No.1562 Welcome to ????? & ????
ユーザー SK96376164SK96376164
提出日時 2021-06-26 13:07:48
言語 C++14
(gcc 12.3.0 + boost 1.83.0)
結果
WA  
実行時間 -
コード長 183 bytes
コンパイル時間 1,437 ms
コンパイル使用メモリ 162,584 KB
実行使用メモリ 4,380 KB
最終ジャッジ日時 2023-09-07 16:18:07
合計ジャッジ時間 1,814 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <bits/stdc++.h>
#define rep(i,n) for(int i=0;i<(n);i++)
using namespace std;
typedef long long ll;
int main(){
  string s1,s2,s3;cin>>s1>>s2>>s3;
  cout<<s1<<' '<<s3<<endl;
}
0