#include<stdio.h>
int main(void)
{
int T,a,b,count=0;
scanf("%d",&T);
while(T-->0 && (scanf("%d%d",&a,&b)!=EOF))
{
if(a<=10 && a>=0 && b<=10 && b>=0)
{
count++;
printf("Case %d: %d\n",count,a+b);
}
}
return 0;
}
Subscribe to:
Post Comments (Atom)
Triathlon
Triathlon - CodeChef # include < bits/stdc++.h > using namespace std ; # define fi first # define se second # define mp ...
-
# include < bits/stdc++.h > using namespace std ; long long arry [ 100010 ] , segment [ 400050 ] ; void build ( long long ...
-
DQUERY MO’s Algorithm # include < bits/stdc++.h > using namespace std ; # define fi first # define se second # define ...
-
# include < bits/stdc++.h > using namespace std ; int main ( ) { int T , Ax , Ay , Bx , By , Cx , Cy , c = 1 , r ; // ...
No comments:
Post a Comment