F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

The comment in cpp

Time Limit: 3000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 543    Accepted Submission(s): 65


Problem Description
In C++ ,there are two styles of comment, one is a stream of characters enclosed by "/*" and "*/", and the other is a single line beginning with "//". Comments will not be nested as in c++.
Your task is to deal with these comments, which is to capitalize all the letters in a comment and count the number of occurrence of comments.
To simplify your task, you may assume that comments will not appear in constant strings.
 

Input
The first line speicifies the number of test cases T (T <= 10). Each test case begins with a number L (L <= 100), the number of lines of the C++ code, following L lines which is the body of the code. The length of each line of the code will not exceed 200.
 

Output
For each test case, output the number occurrence of comments you've found and then the resulting text of your processing. print a line after each test case.
 

Sample Input
2 1 /*hduacm 1 /*hduacm //hduacm */
 

Sample Output
0 /*hduacm 1 /*HDUACM //HDUACM */
 

Author
wangye
 

Source
 

Statistic | Submit | Discuss | Note
Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-05-03 18:45:05, Gzip enabled