首页
IT
登录
6mi
u
盘
搜
搜 索
IT
1001
1001
xiaoxiao
2021-04-14
146
#include<iostream>
#include<cstdio>
#include<string.h>
#define LL long long
#define N 100000
using
namespace
std
;
int
main() {
int
t,n=
1
;
scanf
(
"%d"
,&t);
while
(t--) { LL a,b,c;
scanf
(
"%lld%lld%lld"
,&a,&b,&c);
if
(a+b>c)
printf
(
"Case #%d: true\n"
,n++);
else
printf
(
"Case #%d: false\n"
,n++); }
return
0
; }
转载请注明原文地址: https://ju.6miu.com/read-670039.html
技术
最新回复
(
0
)