0_0_39781024_8555.cpp: In function 'int main()':
0_0_39781024_8555.cpp:3:11: error: 'scanf' was not declared in this scope
3 | while(scanf("%d%d%d",&a,&b,&c)==3){
| ^~~~~
0_0_39781024_8555.cpp:7:13: error: 'printf' was not declared in this scope
7 | printf("1\n");
| ^~~~~~
0_0_39781024_8555.cpp:1:1: note: 'printf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
+++ |+#include <cstdio>
1 | int main(){
0_0_39781024_8555.cpp:10:24: error: expected '}' at end of input
10 | int temp=b;
| ^
0_0_39781024_8555.cpp:9:16: note: to match this '{'
9 | if(b<c){
| ^
0_0_39781024_8555.cpp:10:24: error: expected '}' at end of input
10 | int temp=b;
| ^
0_0_39781024_8555.cpp:3:39: note: to match this '{'
3 | while(scanf("%d%d%d",&a,&b,&c)==3){
| ^
0_0_39781024_8555.cpp:10:24: error: expected '}' at end of input
10 | int temp=b;
| ^
0_0_39781024_8555.cpp:1:11: note: to match this '{'
1 | int main(){
| ^
|