結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
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;
}
0