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_16393874_1437.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_16393874_1437.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_16393874_1437.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_16393874_1437.cpp: In function 'void gauss(int)':
0_0_16393874_1437.cpp:59:30: error: expected ']' before ';' token
         A[i][n + 1] / A[i][i];
                              ^
0_0_16393874_1437.cpp:59:30: error: invalid types 'double [500][double]' for array subscript
0_0_16393874_1437.cpp:61:9: error: expected primary-expression before 'for'
         for (int j = i - 1;j;j
         ^
0_0_16393874_1437.cpp:61:9: error: expected ']' before 'for'
0_0_16393874_1437.cpp:61:28: error: 'j' was not declared in this scope
         for (int j = i - 1;j;j
                            ^
0_0_16393874_1437.cpp: In function 'void bfs(int)':
0_0_16393874_1437.cpp:71:5: error: 'now' was not declared in this scope
     now;
     ^
0_0_16393874_1437.cpp:81:5: error: expected primary-expression before '}' token
     }
     ^
0_0_16393874_1437.cpp: In function 'int main()':
0_0_16393874_1437.cpp:86:18: error: 'scanf' was not declared in this scope
     scanf("%d",&T);
                  ^
0_0_16393874_1437.cpp:88:5: error: 'endl' was not declared in this scope
     endl;
     ^
0_0_16393874_1437.cpp:107:30: error: 'cout' was not declared in this scope
         if (fa[s] == fa[t]) {cout
                              ^
0_0_16393874_1437.cpp:119:27: error: 'printf' was not declared in this scope
             printf("inf\n");
                           ^
0_0_16393874_1437.cpp:138:13: error: 'printf' was not declared in this scope
         sumi);
             ^


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-17 01:35:22, Gzip enabled