結果

問題 No.543 命題
ユーザー dgd1724dgd1724
提出日時 2017-08-03 06:55:20
言語 C++11
(gcc 13.3.0)
結果
AC  
実行時間 2 ms / 2,000 ms
コード長 254 bytes
コンパイル時間 484 ms
コンパイル使用メモリ 59,736 KB
実行使用メモリ 5,248 KB
最終ジャッジ日時 2024-10-11 18:22:08
合計ジャッジ時間 1,031 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 4
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.cpp:2:19: warning: extra tokens at end of #include directive
    2 | #include <fstream>>
      |                   ^

ソースコード

diff #

#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;
}
0