Step by step

My diary

...

Search

breakinformation. Powered by Blogger.

2018년 9월 21일 금요일

if


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include <stdio.h>
 
int main(void) {
    
    char pass = 'p';
    
    if(pass == 112) {
        
        printf("PASS\n");
        return 1;
    }
    else {
        
        printf("BYPASS\n");
        return -1;
    }
}
cs

0 개의 댓글:

댓글 쓰기