Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Viewed less than a minute ago

wyP5RdPXMFiESZWn

C++ gcc 12.1.0

Created at 3 minutes ago

Created by anonymous

Author

anonymous

3 minutes ago

Language

C++

Compiler

gcc 12.1.0

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

Author

anonymous

3 minutes ago

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

int main(void) {
std::puts(R"("name":"%s", "number":"%")" PRId64);
return 0;
}

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