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_32588751_3285.cpp: In function 'int main()':
0_0_32588751_3285.cpp:18:11: error: 'cin' was not declared in this scope
     while(cin>>m>>n){
           ^
0_0_32588751_3285.cpp:33:21: error: 'cout' was not declared in this scope
                     cout<<"The book is not in the library now\n";
                     ^
0_0_32588751_3285.cpp:36:21: error: 'cout' was not declared in this scope
                     cout<<"You are not allowed to borrow any more\n";
                     ^
0_0_32588751_3285.cpp:43:21: error: 'cout' was not declared in this scope
                     cout<<"Borrow success\n";
                     ^
0_0_32588751_3285.cpp:50:21: error: 'cout' was not declared in this scope
                     cout<<"The book is already in the library\n";
                     ^
0_0_32588751_3285.cpp:53:21: error: 'cout' was not declared in this scope
                     cout<<"Return success\n";
                     ^
0_0_32588751_3285.cpp:69:21: error: 'cout' was not declared in this scope
                     cout<<"Empty\n";
                     ^
0_0_32588751_3285.cpp:82:36: error: 'cout' was not declared in this scope
                         if( i==0 ) cout<<temp[i];
                                    ^
0_0_32588751_3285.cpp:83:30: error: 'cout' was not declared in this scope
                         else cout<<' '<<temp[i];
                              ^
0_0_32588751_3285.cpp:85:21: error: 'cout' was not declared in this scope
                     cout<<"\n";
                     ^
0_0_32588751_3285.cpp:89:9: error: 'cout' was not declared in this scope
         cout<<"\n";
         ^


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-26 10:45:39, Gzip enabled