結果
| 問題 | No.543 命題 |
| コンテスト | |
| ユーザー |
dgd1724
|
| 提出日時 | 2017-08-03 06:55:20 |
| 言語 | C++11 (gcc 15.2.0 + boost 1.89.0) |
| 結果 |
AC
|
| 実行時間 | 1 ms / 2,000 ms |
| コード長 | 254 bytes |
| 記録 | |
| コンパイル時間 | 432 ms |
| コンパイル使用メモリ | 74,732 KB |
| 実行使用メモリ | 6,400 KB |
| 最終ジャッジ日時 | 2026-04-28 02:15:23 |
| 合計ジャッジ時間 | 1,154 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 4 |
コンパイルメッセージ
main.cpp:2:19: warning: extra tokens at end of '#include' directive
2 | #include <fstream>>
| ^
ソースコード
#include <iostream>
#include <fstream>>
#include <string>
#include <vector>
int main(void) {
//std::ifstream inf("Text.txt"); std::cin.rdbuf(inf.rdbuf());
char a = 0, b = 0;
std::cin >> a >> b;
std::cout << b << " " << a << std::endl;
return 0;
}
dgd1724