4년 전

생각의 전환 1

관리자

helloalgo


이준서

dogdogdog0204

4년 전

  • 엥 #include <strang.h> 는 무슨 헤더파일인가요?

관리자

helloalgo

4년 전

  • stdarg.h입니다

이준서

dogdogdog0204

4년 전

  • 풀었다. #include <stdarg.h> #include <iostream> //ㅎ stdio.h 만 아니면 된다는 발상 #include <string> using namespace std; void printf(string a) { cout << a; return; } int main(void) { string str; cin >> str; printf(str); return 0; }

관리자

helloalgo

4년 전

  • <iostream> 내부에서 <stdio.h>헤더파일을 include 합니다.

이준서

dogdogdog0204

4년 전

신희재

LemonAde

4년 전

  • 파이썬 문제도 내주시면 안되요?

김도윤

dodo070707

4년 전

  • 어렵네요

신희재

LemonAde

4년 전

  • 정답 언제공개 하쥬?

신희재

LemonAde

4년 전

  • iostream도안되면?

신희재

LemonAde

4년 전

  • 이거 안되나요?

신희재

LemonAde

4년 전

  • def printf(name): print(name) printf('name')

신희재

LemonAde

4년 전

  • ㅎㅎ

신희재

LemonAde

4년 전

  • std::cout ??

이준서

dogdogdog0204

4년 전

  • 풀었다아아아아아 #include <bits/stdc++.h> using namespace std; void printf() { cin >> a; cout << a; } int main(void) { ios::sync_with_stdio(false) ////////////////////////////동기화를 끊어줍니다. printf(); return 0; }

신희재

LemonAde

4년 전

  • wow!

신희재

LemonAde

4년 전

  • #include<cstdio> int main(){ char a; gets(a); puts(a); ios_base::sync_with_stdio(false);

경채운

kchwoony210

4년 전

  • #include <stdarg.h> 써야 되지 않나...?

경채운

kchwoony210

4년 전

  • "단 <stdio.h> 또는 라이브러리등 printf 함수를 포함하고 있는 라이브러리는 절대 사용하면 안됩니다." 아예 코드에 이런 라이브러리가 들어가면 안되는데...동기화만 끊어줘도 되는 걸까요?

신희재

LemonAde

4년 전

  • 그러네요

신희재

LemonAde

4년 전

  • va어쩌고하고first_in,first_out이용하는 거 같아요