結果
問題 |
No.543 命題
|
ユーザー |
|
提出日時 | 2017-07-16 17:57:29 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 149 bytes |
コンパイル時間 | 567 ms |
コンパイル使用メモリ | 67,836 KB |
実行使用メモリ | 6,820 KB |
最終ジャッジ日時 | 2024-10-08 04:23:58 |
合計ジャッジ時間 | 978 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 4 |
ソースコード
#include <iostream> #include <algorithm> #include <vector> int main() { int p, q; std::cin >> p >> q; std::cout << q << ' ' << p << std::endl; }