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

View Compilation Error

0_0_23639177_20089.cpp:1:1: error: stray '\302' in program
 One day, Mr. Frog is playing Link Game (Lian Lian Kan in Chinese). 
 ^
0_0_23639177_20089.cpp:1:1: error: stray '\240' in program
0_0_23639177_20089.cpp:5:1: error: stray '\302' in program
 In this game, if you can draw at most three horizontal or vertical head-and-tail-connected lines over the empty grids(the lines can be out of the whole board) to connect two non-empty grids with the same symbol or the two non-empty grids with the same symbol are adjacent, then you can change these two grids into empty and get several more seconds to continue the game. 
 ^
0_0_23639177_20089.cpp:5:1: error: stray '\240' in program
0_0_23639177_20089.cpp:7:1: error: stray '\357' in program
 Now, Mr. Frog starts a new game (that means there is no empty grid in the board). If there are no pair of grids that can be removed together,Mr. Frog will say ”I’m angry” and criticize you. 
 ^
0_0_23639177_20089.cpp:7:1: error: stray '\274' in program
0_0_23639177_20089.cpp:7:1: error: stray '\214' in program
0_0_23639177_20089.cpp:7:1: error: stray '\342' in program
0_0_23639177_20089.cpp:7:1: error: stray '\200' in program
0_0_23639177_20089.cpp:7:1: error: stray '\235' in program
0_0_23639177_20089.cpp:7:1: error: stray '\342' in program
0_0_23639177_20089.cpp:7:1: error: stray '\200' in program
0_0_23639177_20089.cpp:7:1: error: stray '\231' in program
0_0_23639177_20089.cpp:7:1: error: stray '\342' in program
0_0_23639177_20089.cpp:7:1: error: stray '\200' in program
0_0_23639177_20089.cpp:7:1: error: stray '\235' in program
0_0_23639177_20089.cpp:7:1: error: stray '\302' in program
0_0_23639177_20089.cpp:7:1: error: stray '\240' in program
0_0_23639177_20089.cpp:9:1: error: stray '\302' in program
 Mr. Frog is battle-scarred and has seen many things, so he can check the board in a very short time, maybe one second. As a Hong Kong Journalist, what you should do is to check the board more quickly than him, and then you can get out of the room before Mr. Frog being angry. 
 ^
0_0_23639177_20089.cpp:9:1: error: stray '\240' in program
0_0_23639177_20089.cpp:10:1: error: stray '\342' in program
 InputThe first line contains only one integer T (T≤500T≤500), which indicates the number of test cases. 
 ^
0_0_23639177_20089.cpp:10:1: error: stray '\211' in program
0_0_23639177_20089.cpp:10:1: error: stray '\244' in program
0_0_23639177_20089.cpp:10:1: error: stray '\342' in program
0_0_23639177_20089.cpp:10:1: error: stray '\211' in program
0_0_23639177_20089.cpp:10:1: error: stray '\244' in program
0_0_23639177_20089.cpp:10:1: error: stray '\302' in program
0_0_23639177_20089.cpp:10:1: error: stray '\240' in program
0_0_23639177_20089.cpp:12:1: error: stray '\342' in program
 For each test case, the first line contains two integers n and m (1≤n,m≤301≤n,m≤30). 
 ^
0_0_23639177_20089.cpp:12:1: error: stray '\211' in program
0_0_23639177_20089.cpp:12:1: error: stray '\244' in program
0_0_23639177_20089.cpp:12:1: error: stray '\342' in program
0_0_23639177_20089.cpp:12:1: error: stray '\211' in program
0_0_23639177_20089.cpp:12:1: error: stray '\244' in program
0_0_23639177_20089.cpp:12:1: error: stray '\342' in program
0_0_23639177_20089.cpp:12:1: error: stray '\211' in program
0_0_23639177_20089.cpp:12:1: error: stray '\244' in program
0_0_23639177_20089.cpp:12:1: error: stray '\342' in program
0_0_23639177_20089.cpp:12:1: error: stray '\211' in program
0_0_23639177_20089.cpp:12:1: error: stray '\244' in program
0_0_23639177_20089.cpp:12:1: error: stray '\302' in program
0_0_23639177_20089.cpp:12:1: error: stray '\240' in program
0_0_23639177_20089.cpp:14:1: error: stray '\302' in program
 In the next n lines, each line contains m integers,  j-th number in the i-th line means the symbol on the grid(the same number means the same symbol on the grid). 
 ^
0_0_23639177_20089.cpp:14:1: error: stray '\240' in program
0_0_23639177_20089.cpp:14:1: error: stray '\302' in program
0_0_23639177_20089.cpp:14:1: error: stray '\240' in program
0_0_23639177_20089.cpp:14:1: error: stray '\302' in program
0_0_23639177_20089.cpp:14:1: error: stray '\240' in program
0_0_23639177_20089.cpp:15:1: error: stray '\302' in program
 OutputFor each test case, there should be one line in the output. 
 ^
0_0_23639177_20089.cpp:15:1: error: stray '\240' in program
0_0_23639177_20089.cpp:17:1: error: stray '\342' in program
 You should output “Case #x: y”,where x is the case number(starting from 1), and y is a string representing the answer of the question. If there are at least one pair of grids that can be removed together, the y is “Yes”(without quote), else y is “No”.Sample Input2
 ^
0_0_23639177_20089.cpp:17:1: error: stray '\200' in program
0_0_23639177_20089.cpp:17:1: error: stray '\234' in program
0_0_23639177_20089.cpp:17:27: error: stray '#' in program
 You should output “Case #x: y”,where x is the case number(starting from 1), and y is a string representing the answer of the question. If there are at least one pair of grids that can be removed together, the y is “Yes”(without quote), else y is “No”.Sample Input2
                           ^
0_0_23639177_20089.cpp:17:1: error: stray '\342' in program
 You should output “Case #x: y”,where x is the case number(starting from 1), and y is a string representing the answer of the question. If there are at least one pair of grids that can be removed together, the y is “Yes”(without quote), else y is “No”.Sample Input2
 ^
0_0_23639177_20089.cpp:17:1: error: stray '\200' in program
0_0_23639177_20089.cpp:17:1: error: stray '\235' in program
0_0_23639177_20089.cpp:17:1: error: stray '\357' in program
0_0_23639177_20089.cpp:17:1: error: stray '\274' in program
0_0_23639177_20089.cpp:17:1: error: stray '\214' in program
0_0_23639177_20089.cpp:17:1: error: stray '\342' in program
0_0_23639177_20089.cpp:17:1: error: stray '\200' in program
0_0_23639177_20089.cpp:17:1: error: stray '\234' in program
0_0_23639177_20089.cpp:17:1: error: stray '\342' in program
0_0_23639177_20089.cpp:17:1: error: stray '\200' in program
0_0_23639177_20089.cpp:17:1: error: stray '\235' in program
0_0_23639177_20089.cpp:17:1: error: stray '\357' in program
0_0_23639177_20089.cpp:17:1: error: stray '\274' in program
0_0_23639177_20089.cpp:17:1: error: stray '\210' in program
0_0_23639177_20089.cpp:17:1: error: stray '\342' in program
0_0_23639177_20089.cpp:17:1: error: stray '\200' in program
0_0_23639177_20089.cpp:17:1: error: stray '\234' in program
0_0_23639177_20089.cpp:17:1: error: stray '\342' in program
0_0_23639177_20089.cpp:17:1: error: stray '\200' in program
0_0_23639177_20089.cpp:17:1: error: stray '\235' in program
0_0_23639177_20089.cpp:27:6: error: stray '#' in program
 Case #1: Yes
      ^
0_0_23639177_20089.cpp:28:6: error: stray '#' in program
 Case #2: No
      ^
0_0_23639177_20089.cpp:46:1: error: stray '\351' in program
 遍历四边,看有没有相同的,再遍历中间部分的有没有两个相邻相同的即可,
 ^
0_0_23639177_20089.cpp:46:1: error: stray '\201' in program
0_0_23639177_20089.cpp:46:1: error: stray '\215' in program
0_0_23639177_20089.cpp:46:1: error: stray '\345' in program
0_0_23639177_20089.cpp:46:1: error: stray '\216' in program
0_0_23639177_20089.cpp:46:1: error: stray '\206' in program
0_0_23639177_20089.cpp:46:1: error: stray '\345' in program
0_0_23639177_20089.cpp:46:1: error: stray '\233' in program
0_0_23639177_20089.cpp:46:1: error: stray '\233' in program
0_0_23639177_20089.cpp:46:1: error: stray '\350' in program
0_0_23639177_20089.cpp:46:1: error: stray '\276' in program
0_0_23639177_20089.cpp:46:1: error: stray '\271' in program
0_0_23639177_20089.cpp:46:1: error: stray '\357' in program
0_0_23639177_20089.cpp:46:1: error: stray '\274' in program
0_0_23639177_20089.cpp:46:1: error: stray '\214' in program
0_0_23639177_20089.cpp:46:1: error: stray '\347' in program
0_0_23639177_20089.cpp:46:1: error: stray '\234' in program
0_0_23639177_20089.cpp:46:1: error: stray '\213' in program
0_0_23639177_20089.cpp:46:1: error: stray '\346' in program
0_0_23639177_20089.cpp:46:1: error: stray '\234' in program
0_0_23639177_20089.cpp:46:1: error: stray '\211' in program
0_0_23639177_20089.cpp:46:1: error: stray '\346' in program
0_0_23639177_20089.cpp:46:1: error: stray '\262' in program
0_0_23639177_20089.cpp:46:1: error: stray '\241' in program
0_0_23639177_20089.cpp:46:1: error: stray '\346' in program
0_0_23639177_20089.cpp:46:1: error: stray '\234' in program
0_0_23639177_20089.cpp:46:1: error: stray '\211' in program
0_0_23639177_20089.cpp:46:1: error: stray '\347' in program
0_0_23639177_20089.cpp:46:1: error: stray '\233' in program
0_0_23639177_20089.cpp:46:1: error: stray '\270' in program
0_0_23639177_20089.cpp:46:1: error: stray '\345' in program
0_0_23639177_20089.cpp:46:1: error: stray '\220' in program
0_0_23639177_20089.cpp:46:1: error: stray '\214' in program
0_0_23639177_20089.cpp:46:1: error: stray '\347' in program
0_0_23639177_20089.cpp:46:1: error: stray '\232' in program
0_0_23639177_20089.cpp:46:1: error: stray '\204' in program
0_0_23639177


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2025-02-18 23:03:15, Gzip enabled