0_0_35142616_20445.cpp: In function 'int min(int, int)':
0_0_35142616_20445.cpp:13:31: error: 'ba' was not declared in this scope
int min(int a,int b){return a<ba:b;}
^
0_0_35142616_20445.cpp:13:33: error: expected ';' before ':' token
int min(int a,int b){return a<ba:b;}
^
0_0_35142616_20445.cpp:13:33: error: expected primary-expression before ':' token
0_0_35142616_20445.cpp: In function 'int max(int, int)':
0_0_35142616_20445.cpp:14:31: error: 'ba' was not declared in this scope
int max(int a,int b){return a>ba:b;}
^
0_0_35142616_20445.cpp:14:33: error: expected ';' before ':' token
int max(int a,int b){return a>ba:b;}
^
0_0_35142616_20445.cpp:14:33: error: expected primary-expression before ':' token
|