0_0_14588752_20925.cpp: In function 'int main()':
0_0_14588752_20925.cpp:4:30: error: 'scanf' was not declared in this scope
while(~scanf("%d%d",&x,&y))
^
0_0_14588752_20925.cpp:7:36: error: 'puts' was not declared in this scope
x>y?puts("FIRST BIGGER"):puts("SECOND BIGGER");
^
0_0_14588752_20925.cpp:11:40: error: 'puts' was not declared in this scope
x<y?puts("FIRST BIGGER"):puts("SECOND BIGGER");
^
0_0_14588752_20925.cpp:13:40: error: 'puts' was not declared in this scope
x<y?puts("FIRST BIGGER"):puts("SECOND BIGGER");
^
0_0_14588752_20925.cpp:15:40: error: 'puts' was not declared in this scope
x>y?puts("FIRST BIGGER"):puts("SECOND BIGGER");
^
0_0_14588752_20925.cpp:20:40: error: 'puts' was not declared in this scope
x<y?puts("FIRST BIGGER"):puts("SECOND BIGGER");
^
0_0_14588752_20925.cpp:22:40: error: 'puts' was not declared in this scope
x<y?puts("FIRST BIGGER"):puts("SECOND BIGGER");
^
0_0_14588752_20925.cpp:24:40: error: 'puts' was not declared in this scope
x>y?puts("FIRST BIGGER"):puts("SECOND BIGGER");
^
0_0_14588752_20925.cpp:27:36: error: 'puts' was not declared in this scope
x>y?puts("FIRST BIGGER"):puts("SECOND BIGGER");
^
0_0_14588752_20925.cpp:29:36: error: 'puts' was not declared in this scope
x<y?puts("FIRST BIGGER"):puts("SECOND BIGGER");
^
|