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_30196098_22651.cpp: In function 'int main()':
0_0_30196098_22651.cpp:15:11: error: 'cin' was not declared in this scope
     while(cin>>m>>n){
           ^
0_0_30196098_22651.cpp:32:21: error: 'cout' was not declared in this scope
                     cout<<"The book is not in the library now"<<endl;
                     ^
0_0_30196098_22651.cpp:32:65: error: 'endl' was not declared in this scope
                     cout<<"The book is not in the library now"<<endl;
                                                                 ^
0_0_30196098_22651.cpp:35:21: error: 'cout' was not declared in this scope
                     cout<<"You are not allowed to borrow any more"<<endl;
                     ^
0_0_30196098_22651.cpp:35:69: error: 'endl' was not declared in this scope
                     cout<<"You are not allowed to borrow any more"<<endl;
                                                                     ^
0_0_30196098_22651.cpp:42:21: error: 'cout' was not declared in this scope
                     cout<<"Borrow success"<<endl;
                     ^
0_0_30196098_22651.cpp:42:45: error: 'endl' was not declared in this scope
                     cout<<"Borrow success"<<endl;
                                             ^
0_0_30196098_22651.cpp:49:21: error: 'cout' was not declared in this scope
                     cout<<"The book is already in the library"<<endl;
                     ^
0_0_30196098_22651.cpp:49:65: error: 'endl' was not declared in this scope
                     cout<<"The book is already in the library"<<endl;
                                                                 ^
0_0_30196098_22651.cpp:52:21: error: 'cout' was not declared in this scope
                     cout<<"Return success"<<endl;
                     ^
0_0_30196098_22651.cpp:52:45: error: 'endl' was not declared in this scope
                     cout<<"Return success"<<endl;
                                             ^
0_0_30196098_22651.cpp:66:18: error: 'cout' was not declared in this scope
                  cout<<"Empty"<<endl;
                  ^
0_0_30196098_22651.cpp:66:33: error: 'endl' was not declared in this scope
                  cout<<"Empty"<<endl;
                                 ^
0_0_30196098_22651.cpp:80:8: error: 'cout' was not declared in this scope
        cout<<temp[i];
        ^
0_0_30196098_22651.cpp:81:30: error: 'cout' was not declared in this scope
                         else cout<<temp[i];
                              ^
0_0_30196098_22651.cpp:83:21: error: 'cout' was not declared in this scope
                     cout<<endl;
                     ^
0_0_30196098_22651.cpp:83:27: error: 'endl' was not declared in this scope
                     cout<<endl;
                           ^
0_0_30196098_22651.cpp:87:9: error: 'cout' was not declared in this scope
         cout<<endl;
         ^
0_0_30196098_22651.cpp:87:15: error: 'endl' was not declared in this scope
         cout<<endl;
               ^


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-07-01 13:43:09, Gzip enabled