#include <stdio.h>int main(){ int score; scanf("%d",&score); if(score%2==0){ printf("짝수다"); } return 0;}
4
짝수다
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!