c/기초

정올 509 : 입력-자가진단1

phantom0219 2018. 12. 28. 19:43

내 풀이


1
2
3
4
5
6
#include<stdio.h>
int main(void){
    int num=-100;
    printf("출력: %d", num);
    return 0;
}
cs


반응형