1000번하는데
#include <stdio.h>
int main() {
int a, b;
scanf_s("%d %d", &a, &b);
int sum = a + b;
printf("%d", sum);
return 0;
}
이게 왜 컴파일에러..?
1000번하는데
#include <stdio.h>
int main() {
int a, b;
scanf_s("%d %d", &a, &b);
int sum = a + b;
printf("%d", sum);
return 0;
}
이게 왜 컴파일에러..?
_s 빼보센 - dc App
c 가 선언이 중간에 되나?
와나 _s 떼니까 귀신같이 되네; 시발
선언 중간에 해도 되는걸로 바뀐지 좀 오래됨
되네
C 그거 표준 바뀌어서 될껄