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_23264217_12974.cpp: In function 'int main()':
0_0_23264217_12974.cpp:7:9: error: 'cin' was not declared in this scope
  while( cin >> l >> n >> m )
         ^
0_0_23264217_12974.cpp:10:11: error: 'a' was not declared in this scope
    cin >> a[i];
           ^
0_0_23264217_12974.cpp:12:11: error: 'b' was not declared in this scope
    cin >> b[i];
           ^
0_0_23264217_12974.cpp:14:11: error: 'c' was not declared in this scope
    cin >> c[i];                                
           ^
0_0_23264217_12974.cpp:17:5: error: 'sab' was not declared in this scope
     sab[k++] = a[i] + b[j];                    
     ^
0_0_23264217_12974.cpp:17:16: error: 'a' was not declared in this scope
     sab[k++] = a[i] + b[j];                    
                ^
0_0_23264217_12974.cpp:17:23: error: 'b' was not declared in this scope
     sab[k++] = a[i] + b[j];                    
                       ^
0_0_23264217_12974.cpp:18:9: error: 'sab' was not declared in this scope
   sort( sab, sab + k );
         ^
0_0_23264217_12974.cpp:18:22: error: 'sort' was not declared in this scope
   sort( sab, sab + k );
                      ^
0_0_23264217_12974.cpp:20:3: error: 'cout' was not declared in this scope
   cout << "Case " << cnt++ << ":\n";
   ^
0_0_23264217_12974.cpp:25:22: error: 'c' was not declared in this scope
     if ( find( sum - c[j] , 0 , k-1) ) 
                      ^
0_0_23264217_12974.cpp:25:36: error: 'find' was not declared in this scope
     if ( find( sum - c[j] , 0 , k-1) ) 
                                    ^


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-23 09:59:11, Gzip enabled