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_13811039_26606.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13811039_26606.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13811039_26606.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13811039_26606.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13811039_26606.cpp: In function 'void Gauss()':
0_0_13811039_26606.cpp:18:12: error: 'm' was not declared in this scope
  int cnt = m * n,now = 1;
            ^
0_0_13811039_26606.cpp:18:16: error: 'n' was not declared in this scope
  int cnt = m * n,now = 1;
                ^
0_0_13811039_26606.cpp:20:3: error: expected ';' before 'for'
   for(int j = now + 1; j 
   ^
0_0_13811039_26606.cpp:20:3: error: expected primary-expression before 'for'
0_0_13811039_26606.cpp:20:3: error: expected ')' before 'for'
0_0_13811039_26606.cpp:20:15: error: 'now' was not declared in this scope
   for(int j = now + 1; j 
               ^
0_0_13811039_26606.cpp:21:4: error: expected ';' before 'if'
    if(arr[j][i]  arr[now][i])
    ^
0_0_13811039_26606.cpp:21:4: error: expected primary-expression before 'if'
0_0_13811039_26606.cpp:21:4: error: expected ')' before 'if'
0_0_13811039_26606.cpp:21:18: error: expected ')' before 'arr'
    if(arr[j][i]  arr[now][i])
                  ^
0_0_13811039_26606.cpp:23:6: error: expected ';' before 'swap'
      swap(arr[now][k],arr[j][k]);
      ^
0_0_13811039_26606.cpp:23:32: error: 'swap' was not declared in this scope
      swap(arr[now][k],arr[j][k]);
                                ^
0_0_13811039_26606.cpp:23:33: error: expected ')' before ';' token
      swap(arr[now][k],arr[j][k]);
                                 ^
0_0_13811039_26606.cpp:24:11: error: 'now' was not declared in this scope
   if(!arr[now][i]) {
           ^
0_0_13811039_26606.cpp:24:16: error: 'i' was not declared in this scope
   if(!arr[now][i]) {
                ^
0_0_13811039_26606.cpp:27:5: error: expected ';' before 'if'
     if(arr[j][i])
     ^
0_0_13811039_26606.cpp:27:5: error: expected primary-expression before 'if'
0_0_13811039_26606.cpp:27:5: error: expected ')' before 'if'
0_0_13811039_26606.cpp:29:4: error: continue statement not within a loop
    continue;
    ^
0_0_13811039_26606.cpp:31:15: error: 'now' was not declared in this scope
   for(int j = now + 1; j 
               ^
0_0_13811039_26606.cpp:32:4: error: expected ';' before 'if'
    if(arr[j][i])
    ^
0_0_13811039_26606.cpp:32:4: error: expected primary-expression before 'if'
0_0_13811039_26606.cpp:32:4: error: expected ')' before 'if'
0_0_13811039_26606.cpp:32:14: error: 'i' was not declared in this scope
    if(arr[j][i])
              ^
0_0_13811039_26606.cpp:34:6: error: expected ';' before 'arr'
      arr[j][k] ^= arr[now][k];
      ^
0_0_13811039_26606.cpp:34:30: error: expected ')' before ';' token
      arr[j][k] ^= arr[now][k];
                              ^
0_0_13811039_26606.cpp:35:13: error: 'now' was not declared in this scope
   represent[now] = i;
             ^
0_0_13811039_26606.cpp:35:20: error: 'i' was not declared in this scope
   represent[now] = i;
                    ^
0_0_13811039_26606.cpp: At global scope:
0_0_13811039_26606.cpp:38:2: error: expected unqualified-id before 'for'
  for(int i = now; i; --i) {
  ^
0_0_13811039_26606.cpp:38:19: error: 'i' does not name a type
  for(int i = now; i; --i) {
                   ^
0_0_13811039_26606.cpp:38:22: error: expected unqualified-id before '--' token
  for(int i = now; i; --i) {
                      ^
0_0_13811039_26606.cpp:45:1: error: expected declaration before '}' token
 }
 ^


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-30 08:59:19, Gzip enabled