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

In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:35:0,
                 from 0_0_38145219_10807.cpp:24:
GCC4.9.2/x86_64-w64-mingw32/include/c++/cctype:64:11: error: '::isalnum' has not been declared
   using ::isalnum;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cctype:65:11: error: '::isalpha' has not been declared
   using ::isalpha;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cctype:66:11: error: '::iscntrl' has not been declared
   using ::iscntrl;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cctype:67:11: error: '::isdigit' has not been declared
   using ::isdigit;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cctype:68:11: error: '::isgraph' has not been declared
   using ::isgraph;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cctype:69:11: error: '::islower' has not been declared
   using ::islower;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cctype:70:11: error: '::isprint' has not been declared
   using ::isprint;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cctype:71:11: error: '::ispunct' has not been declared
   using ::ispunct;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cctype:72:11: error: '::isspace' has not been declared
   using ::isspace;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cctype:73:11: error: '::isupper' has not been declared
   using ::isupper;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cctype:74:11: error: '::isxdigit' has not been declared
   using ::isxdigit;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cctype:75:11: error: '::tolower' has not been declared
   using ::tolower;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cctype:76:11: error: '::toupper' has not been declared
   using ::toupper;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cctype:87:11: error: '::isblank' has not been declared
   using ::isblank;
           ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:40:0,
                 from 0_0_38145219_10807.cpp:24:
GCC4.9.2/x86_64-w64-mingw32/include/c++/clocale:53:11: error: '::lconv' has not been declared
   using ::lconv;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/clocale:54:11: error: '::setlocale' has not been declared
   using ::setlocale;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/clocale:55:11: error: '::localeconv' has not been declared
   using ::localeconv;
           ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:41:0,
                 from 0_0_38145219_10807.cpp:24:
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:102:11: error: '::acos' has not been declared
   using ::acos;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:121:11: error: '::asin' has not been declared
   using ::asin;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:140:11: error: '::atan' has not been declared
   using ::atan;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:159:11: error: '::atan2' has not been declared
   using ::atan2;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:180:11: error: '::ceil' has not been declared
   using ::ceil;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:199:11: error: '::cos' has not been declared
   using ::cos;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:218:11: error: '::cosh' has not been declared
   using ::cosh;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:237:11: error: '::exp' has not been declared
   using ::exp;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:256:11: error: '::fabs' has not been declared
   using ::fabs;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:275:11: error: '::floor' has not been declared
   using ::floor;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:294:11: error: '::fmod' has not been declared
   using ::fmod;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:315:11: error: '::frexp' has not been declared
   using ::frexp;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:334:11: error: '::ldexp' has not been declared
   using ::ldexp;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:353:11: error: '::log' has not been declared
   using ::log;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:372:11: error: '::log10' has not been declared
   using ::log10;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:391:11: error: '::modf' has not been declared
   using ::modf;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:403:11: error: '::pow' has not been declared
   using ::pow;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:440:11: error: '::sin' has not been declared
   using ::sin;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:459:11: error: '::sinh' has not been declared
   using ::sinh;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:478:11: error: '::sqrt' has not been declared
   using ::sqrt;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:497:11: error: '::tan' has not been declared
   using ::tan;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:516:11: error: '::tanh' has not been declared
   using ::tanh;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1038:11: error: '::double_t' has not been declared
   using ::double_t;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1039:11: error: '::float_t' has not been declared
   using ::float_t;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1042:11: error: '::acosh' has not been declared
   using ::acosh;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1043:11: error: '::acoshf' has not been declared
   using ::acoshf;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1044:11: error: '::acoshl' has not been declared
   using ::acoshl;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1046:11: error: '::asinh' has not been declared
   using ::asinh;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1047:11: error: '::asinhf' has not been declared
   using ::asinhf;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1048:11: error: '::asinhl' has not been declared
   using ::asinhl;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1050:11: error: '::atanh' has not been declared
   using ::atanh;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1051:11: error: '::atanhf' has not been declared
   using ::atanhf;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1052:11: error: '::atanhl' has not been declared
   using ::atanhl;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1054:11: error: '::cbrt' has not been declared
   using ::cbrt;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1055:11: error: '::cbrtf' has not been declared
   using ::cbrtf;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1056:11: error: '::cbrtl' has not been declared
   using ::cbrtl;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1058:11: error: '::copysign' has not been declared
   using ::copysign;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1059:11: error: '::copysignf' has not been declared
   using ::copysignf;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1060:11: error: '::copysignl' has not been declared
   using ::copysignl;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1062:11: error: '::erf' has not been declared
   using ::erf;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1063:11: error: '::erff' has not been declared
   using ::erff;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1064:11: error: '::erfl' has not been declared
   using ::erfl;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1066:11: error: '::erfc' has not been declared
   using ::erfc;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1067:11: error: '::erfcf' has not been declared
   using ::erfcf;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1068:11: error: '::erfcl' has not been declared
   using ::erfcl;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1070:11: error: '::exp2' has not been declared
   using ::exp2;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1071:11: error: '::exp2f' has not been declared
   using ::exp2f;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1072:11: error: '::exp2l' has not been declared
   using ::exp2l;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1074:11: error: '::expm1' has not been declared
   using ::expm1;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1075:11: error: '::expm1f' has not been declared
  


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-17 03:30:07, Gzip enabled