#5621. 【入门】简单判断
【入门】简单判断
Description
读入三个整数a、b、c( 0 < a,b,c < 10000 ),数据之间用空格隔开,如果前两个数a、b的和大于第三个数c,那么就输出“yes”,否则就输出“no”。
Input Format
一行,三个整数a b c
Output Format
yes or no
5 6 7
yes
Source
分支问题
读入三个整数a、b、c( 0 < a,b,c < 10000 ),数据之间用空格隔开,如果前两个数a、b的和大于第三个数c,那么就输出“yes”,否则就输出“no”。
一行,三个整数a b c
yes or no
5 6 7
yes
分支问题
By signing up a 津桥OJ universal account, you can submit code and join discussions in all online judging services provided by us.