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_13468979_106.cpp:1:328: fatal error: GCC4.9.2/lib/gcc/x86_64-w64-mingw32/4.9.2/include/stdio.h>in: Invalid argument
 #include<stdio.h>int p[8][2]={{0,1},{0,-1},{1,0},{-1,0},{1,1},{1,-1},{-1,1},{-1,-1}};char ch[101][101];int m,n;void search(int x,int y){  int i,xx,yy;  for(i=0;i<8;i++)  {  xx=x+p[i][0];yy=y+p[i][1];  if(xx<0||xx>=m||yy<0||yy>=n) continue;  if(ch[xx][yy]=='*')continue;  ch[xx][yy]='*';  search(xx,yy);                  }     }
                                                                                                                                                                                                                                                                                                                                        ^
compilation terminated.


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-26 20:47:42, Gzip enabled