Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Viewed less than a minute ago

CXkntsWhUmqWDKhi

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
Don't Use Boost
Compiler Default
no pedantic
セオライド・テクノロジー㈱株式会社フィックスターズ
Siv3D

Author

anonymous

1 minute ago

›
⌄
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include <iostream>


int main() {

using namespace std;

string name;
cout << "Type your name:";
cin >> name;
cout << "Your name is: " << name;
return 0;
}
›
9
1
2
hoge

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