0_0_39781187_3267.cpp: In function 'int main()':
0_0_39781187_3267.cpp:15:19: error: expected '}' at end of input
15 | break;
| ^
0_0_39781187_3267.cpp:13:39: note: to match this '{'
13 | while(scanf("%d%d%d",&a,&b,&c)==3){
| ^
0_0_39781187_3267.cpp:15:19: error: expected '}' at end of input
15 | break;
| ^
0_0_39781187_3267.cpp:11:11: note: to match this '{'
11 | int main(){
| ^
|