쌩초보 질문!
하루
2023.04.01
질문 내용 : /* test.c */
#include stdio.h
int main(void)
{
int a,b;
int c= 30, d= 40;
printf(%d %d \n , c,d);
return 0;
-
강남맨
-_-