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_33037505_4996.cpp:13:1: error: stray '\302' in program
  int step;
 ^
0_0_33037505_4996.cpp:13:1: error: stray '\240' in program
0_0_33037505_4996.cpp:20:1: error: stray '\302' in program
  memset(vis,0,sizeof(vis));
 ^
0_0_33037505_4996.cpp:20:1: error: stray '\240' in program
0_0_33037505_4996.cpp:21:1: error: stray '\302' in program
  node head,nxt;
 ^
0_0_33037505_4996.cpp:21:1: error: stray '\240' in program
0_0_33037505_4996.cpp:22:1: error: stray '\302' in program
  head.a=a;head.b=b;head.c=c;head.step=0;
 ^
0_0_33037505_4996.cpp:22:1: error: stray '\240' in program
0_0_33037505_4996.cpp:23:1: error: stray '\302' in program
  vis[a][b][c]=1;
 ^
0_0_33037505_4996.cpp:23:1: error: stray '\240' in program
0_0_33037505_4996.cpp:24:1: error: stray '\302' in program
  q.push(head);
 ^
0_0_33037505_4996.cpp:24:1: error: stray '\240' in program
0_0_33037505_4996.cpp:25:1: error: stray '\302' in program
  while(!q.empty())
 ^
0_0_33037505_4996.cpp:25:1: error: stray '\240' in program
0_0_33037505_4996.cpp:26:1: error: stray '\302' in program
  {
 ^
0_0_33037505_4996.cpp:26:1: error: stray '\240' in program
0_0_33037505_4996.cpp:27:1: error: stray '\302' in program
  head=q.front();
 ^
0_0_33037505_4996.cpp:27:1: error: stray '\240' in program
0_0_33037505_4996.cpp:28:1: error: stray '\302' in program
  q.pop();
 ^
0_0_33037505_4996.cpp:28:1: error: stray '\240' in program
0_0_33037505_4996.cpp:29:1: error: stray '\302' in program
  if(head.a==head.b&&head.b==head.c)
 ^
0_0_33037505_4996.cpp:29:1: error: stray '\240' in program
0_0_33037505_4996.cpp:30:1: error: stray '\302' in program
  {
 ^
0_0_33037505_4996.cpp:30:1: error: stray '\240' in program
0_0_33037505_4996.cpp:31:1: error: stray '\302' in program
  printf("%d\n",head.step);
 ^
0_0_33037505_4996.cpp:31:1: error: stray '\240' in program
0_0_33037505_4996.cpp:32:1: error: stray '\302' in program
  return;
 ^
0_0_33037505_4996.cpp:32:1: error: stray '\240' in program
0_0_33037505_4996.cpp:33:1: error: stray '\302' in program
  }
 ^
0_0_33037505_4996.cpp:33:1: error: stray '\240' in program
0_0_33037505_4996.cpp:34:1: error: stray '\302' in program
  for(int i=1;i<=n;i++)
 ^
0_0_33037505_4996.cpp:34:1: error: stray '\240' in program
0_0_33037505_4996.cpp:35:1: error: stray '\302' in program
  {
 ^
0_0_33037505_4996.cpp:35:1: error: stray '\240' in program
0_0_33037505_4996.cpp:36:1: error: stray '\302' in program
  nxt=head;
 ^
0_0_33037505_4996.cpp:36:1: error: stray '\240' in program
0_0_33037505_4996.cpp:37:1: error: stray '\302' in program
  if(color[nxt.a][i]==color[nxt.b][nxt.c])
 ^
0_0_33037505_4996.cpp:37:1: error: stray '\240' in program
0_0_33037505_4996.cpp:38:1: error: stray '\302' in program
  {
 ^
0_0_33037505_4996.cpp:38:1: error: stray '\240' in program
0_0_33037505_4996.cpp:39:1: error: stray '\302' in program
  nxt.step++;
 ^
0_0_33037505_4996.cpp:39:1: error: stray '\240' in program
0_0_33037505_4996.cpp:40:1: error: stray '\302' in program
  nxt.a=i;
 ^
0_0_33037505_4996.cpp:40:1: error: stray '\240' in program
0_0_33037505_4996.cpp:41:1: error: stray '\302' in program
  if(!vis[nxt.a][nxt.b][nxt.c])
 ^
0_0_33037505_4996.cpp:41:1: error: stray '\240' in program
0_0_33037505_4996.cpp:42:1: error: stray '\302' in program
  {
 ^
0_0_33037505_4996.cpp:42:1: error: stray '\240' in program
0_0_33037505_4996.cpp:43:1: error: stray '\302' in program
  vis[nxt.a][nxt.b][nxt.c]=1;
 ^
0_0_33037505_4996.cpp:43:1: error: stray '\240' in program
0_0_33037505_4996.cpp:44:1: error: stray '\302' in program
  q.push(nxt);
 ^
0_0_33037505_4996.cpp:44:1: error: stray '\240' in program
0_0_33037505_4996.cpp:45:1: error: stray '\302' in program
  }
 ^
0_0_33037505_4996.cpp:45:1: error: stray '\240' in program
0_0_33037505_4996.cpp:46:1: error: stray '\302' in program
  }
 ^
0_0_33037505_4996.cpp:46:1: error: stray '\240' in program


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-11-28 15:41:20, Gzip enabled