Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Viewed less than a minute ago

NoiMEwJFgwIVHP08

C++ gcc 12.1.0

Created at 1 minute ago

Created by anonymous

Author

anonymous

1 minute ago

Language

C++

Compiler

gcc 12.1.0

Options
Warnings
Optimization
Don't Use Boost
C++11
-pedantic
セオライド・テクノロジー㈱株式会社フィックスターズ
Siv3D

Author

anonymous

1 minute ago

›
⌄
9
1
2
3
4
5
6
7
8
9
#include <cstdio>
#include <cinttypes>

int main(void) {
std::int64_t num = INT64_MAX;
std::printf(R"("name":"%s", "number":"%)" PRId64 R"(")", "david", num);
return 0;
}

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.79.0-gcc-12.1.0/include -std=gnu++2b
"name":"david", "number":"9223372036854775807"
Exit Code:
0
セオライド・テクノロジー㈱株式会社フィックスターズ
Siv3D