#include <iostream> using namespace std; int main() { int x = 42; string s = to_string(x); cout << s; }
CC-BY-SA 3.0 · Powered by MediaWiki
개인정보처리방침 · ABOUT