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_26148123_28327.cpp:1:2: error: stray '#' in program
 j#include <bits/stdc++.h>
  ^
0_0_26148123_28327.cpp:1:1: error: 'j' does not name a type
 j#include <bits/stdc++.h>
 ^
0_0_26148123_28327.cpp: In function 'bool isLarge(long long int, long long int, long long int, long long int)':
0_0_26148123_28327.cpp:8:18: error: 'min' was not declared in this scope
   return min(a, b) < min(c, d)
                  ^
0_0_26148123_28327.cpp:9:40: error: 'max' was not declared in this scope
   || min(a, b) == min(c, d) && max(a, b) < max(c, d);
                                        ^
0_0_26148123_28327.cpp: In function 'void check(long long int, long long int, long long int, long long int)':
0_0_26148123_28327.cpp:14:5: error: 'cout' was not declared in this scope
     cout << "0\n";
     ^
0_0_26148123_28327.cpp:16:5: error: 'cout' was not declared in this scope
     cout << "1\n";
     ^
0_0_26148123_28327.cpp:18:5: error: 'cout' was not declared in this scope
     cout << "-1\n";
     ^
0_0_26148123_28327.cpp: In function 'int main()':
0_0_26148123_28327.cpp:22:3: error: 'ios' has not been declared
   ios::sync_with_stdio(0);
   ^
0_0_26148123_28327.cpp:23:3: error: 'cin' was not declared in this scope
   cin.tie(0); cout.tie(0);
   ^
0_0_26148123_28327.cpp:23:15: error: 'cout' was not declared in this scope
   cin.tie(0); cout.tie(0);
               ^
0_0_26148123_28327.cpp:39:22: error: 'swap' was not declared in this scope
       swap(a[1], a[2]), swap(a[3], a[4]); 
                      ^
0_0_26148123_28327.cpp:41:22: error: 'swap' was not declared in this scope
       swap(b[1], b[2]), swap(b[3], b[4]);
                      ^


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 04:06:19, Gzip enabled