Submit | All submissions | Best solutions | Back to list |
HCOUPLE - Hidden Couple |
Jerry is a meritorious student of Varendra University. She always loves fantasy. Now she wants to go to MALDIVES which is one of the world’s most beautiful countries, and a lot of her friends live there. Now she gets an offer from an airline company. The offer is Jerry can take only a friend from BANGLADESH without paying any ticket cost if and only if her friend’s name’s value is divisible by 3 (the mysterious number). Read a name and calculate the value for that name. The value is calculated by adding ASCII values of all of the characters in a name.
Input
The first line in the data set is an integer T (1 <= T <= 100) that represents the number of names that follow. Each name is on a separate line. The maximum name length is 70 characters (without any spaces).
Output
Print “Yes” if her friend can go with her, otherwise print “No”. The output is to be formatted exactly like that for the sample output given below.
Example
Input: 3 ASHA DROGO BATMAN Output: Case 1: Yes Case 2: No Case 3: Yes
Added by: | Asha |
Date: | 2016-12-11 |
Time limit: | 1s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All except: GOSU |
Resource: | Problem Setter: Md. Ashraful Islam, Lecturer, Dept. of CSE, Varendra University |
hide comments
2021-07-08 09:26:52
Good problem |
|
2019-01-04 22:12:33
Input contains both upper- and lowercase chars as well as digits. |
|
2016-12-11 15:11:52 wisfaq
Move to tutorial please. |