Enjoy programming more!
Kidspod is a post site which supports young programmers.
First step to join us.
Register as a member
For members

2017/02/14 13:57:26

MixJuice GET URL : kidspod.club/mj/158

テスト

テストテストテスト

  • No registered tag exist.

SOURCE CODE

#include<stdio.h>
int main(){
 int i;
 printf("please type 1\n");
 scanf("%d",&i);
 if( i == 1 ){
      printf("hello world");
 }
 else{
      printf("error");
 }
}

COMMENT