結果

問題 No.9000 Hello World! (テスト用)
ユーザー midolin limegreenmidolin limegreen
提出日時 2018-03-10 22:23:48
言語 C++17(clang)
(17.0.6 + boost 1.83.0)
結果
AC  
実行時間 1 ms / 5,000 ms
コード長 578 bytes
コンパイル時間 728 ms
コンパイル使用メモリ 119,168 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-05-07 17:31:44
合計ジャッジ時間 1,045 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
5,248 KB
testcase_01 AC 1 ms
5,376 KB
testcase_02 AC 1 ms
5,376 KB
testcase_03 AC 1 ms
5,376 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <iostream>
#define OFFSET 6

#ifdef __clang__
#include <typeinfo>
#undef OFFSET
#define OFFSET 2
#endif

typedef class ciefememepaadhepfcemeeab
{
public:
	int w() {
		auto word = typeid(*this).name();
		auto tochar = [](char oct1, char oct2) {
			auto tohex = [](char oct){
				return oct - 'a';
			};
			return static_cast<char>(tohex(oct1) * 0x10 + tohex(oct2) + 0x20);
		};
		for(int i = -1; !!word[++i * 2 + OFFSET]; std::cout << tochar(word[i * 2 + OFFSET], word[i * 2 + OFFSET + 1]));
		std::cout << std::endl;
		return 0;
	}
} h;

int main() {
	return h().w();
}
0