행복한 프로그래밍

new start

영웅*^%&$ 2018. 2. 2. 09:12
728x90

#include <stdio.h>
main(){
int n=200;
int p=300000;
int r=n+p;
int k=300;
int q=250;
int o=k+q;
return r+o;
}

728x90

'행복한 프로그래밍' 카테고리의 다른 글

고치는 방법  (0) 2018.02.03
java 피보나치   (0) 2018.02.02
I don't know but I am happy   (0) 2018.02.02
왜 실행이 안 될까??   (0) 2018.02.02
피보나치 수열   (0) 2018.02.02