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_29567155_14992.cpp: In function 'int main()':
0_0_29567155_14992.cpp:16:11: error: 'IO' has not been declared
     int t;IO::read(t);
           ^
0_0_29567155_14992.cpp:18:17: error: 'IO' has not been declared
         int n,k;IO::read(n);IO::read(k);
                 ^
0_0_29567155_14992.cpp:18:29: error: 'IO' has not been declared
         int n,k;IO::read(n);IO::read(k);
                             ^
0_0_29567155_14992.cpp:19:30: error: 'cnt' was not declared in this scope
         for(int i=0;i<n;i++) cnt[i]=k;
                              ^
0_0_29567155_14992.cpp:21:13: error: 'IO' has not been declared
             IO::read(a[i]);
             ^
0_0_29567155_14992.cpp:21:22: error: 'a' was not declared in this scope
             IO::read(a[i]);
                      ^
0_0_29567155_14992.cpp:22:20: error: 'q' was not declared in this scope
             while(!q[i].empty()) q[i].pop();
                    ^
0_0_29567155_14992.cpp:26:23: error: 'IO' has not been declared
                 int x;IO::read(x);
                       ^
0_0_29567155_14992.cpp:27:17: error: 'q' was not declared in this scope
                 q[j].push(node{x,i});
                 ^
0_0_29567155_14992.cpp:27:27: error: 'node' was not declared in this scope
                 q[j].push(node{x,i});
                           ^
0_0_29567155_14992.cpp:30:17: error: 'IO' has not been declared
                 IO::read(b[i][j]);
                 ^
0_0_29567155_14992.cpp:30:26: error: 'b' was not declared in this scope
                 IO::read(b[i][j]);
                          ^
0_0_29567155_14992.cpp:37:24: error: 'q' was not declared in this scope
                 while(!q[i].empty()){
                        ^
0_0_29567155_14992.cpp:38:21: error: 'node' was not declared in this scope
                     node tmp=q[i].top();
                     ^
0_0_29567155_14992.cpp:39:27: error: 'tmp' was not declared in this scope
                     int v=tmp.v,id=tmp.id;
                           ^
0_0_29567155_14992.cpp:40:24: error: 'a' was not declared in this scope
                     if(a[i]>=v){
                        ^
0_0_29567155_14992.cpp:41:25: error: 'cnt' was not declared in this scope
                         cnt[id]--;
                         ^
0_0_29567155_14992.cpp:41:29: error: 'id' was not declared in this scope
                         cnt[id]--;
                             ^
0_0_29567155_14992.cpp:46:56: error: 'b' was not declared in this scope
                             for(int j=0;j<k;j++) a[j]+=b[id][j];
                                                        ^
0_0_29567155_14992.cpp:57:9: error: 'IO' has not been declared
         IO::println(ans);
         ^
0_0_29567155_14992.cpp:59:24: error: 'IO' has not been declared
             if(i==k-1) IO::println(a[i]);
                        ^
0_0_29567155_14992.cpp:59:36: error: 'a' was not declared in this scope
             if(i==k-1) IO::println(a[i]);
                                    ^
0_0_29567155_14992.cpp:60:18: error: 'IO' has not been declared
             else IO::print_(a[i]);
                  ^
0_0_29567155_14992.cpp:60:29: error: 'a' was not declared in this scope
             else IO::print_(a[i]);
                             ^


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-06-29 13:53:08, Gzip enabled