結果

問題 No.543 命題
ユーザー Konton7
提出日時 2020-03-03 12:35:52
言語 C++17
(gcc 13.3.0 + boost 1.87.0)
結果
AC  
実行時間 2 ms / 2,000 ms
コード長 144 bytes
コンパイル時間 1,961 ms
コンパイル使用メモリ 191,612 KB
最終ジャッジ日時 2025-01-09 04:14:26
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 4
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <bits/stdc++.h>

int main(){
    std::string a, b;
    std::cin >> a >> b;
    std::cout << b << " " << a << std::endl;
    return 0;
}
0