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_34121628_26364.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_34121628_26364.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_34121628_26364.cpp:11:1: error: stray '\' in program
 \x09double HM,HS,MS;
 ^
0_0_34121628_26364.cpp:12:1: error: stray '\' in program
 \x09double HL,ML,SL;
 ^
0_0_34121628_26364.cpp:13:1: error: stray '\' in program
 \x09double t1,t2,t3;
 ^
0_0_34121628_26364.cpp:14:1: error: stray '\' in program
 \x09SL = 6*S;
 ^
0_0_34121628_26364.cpp:15:1: error: stray '\' in program
 \x09ML = 6*(M+S/60);
 ^
0_0_34121628_26364.cpp:16:1: error: stray '\' in program
 \x09HL = 30*(H+M/60.0+S/3600);
 ^
0_0_34121628_26364.cpp:17:1: error: stray '\' in program
 \x09HM = ML - HL;
 ^
0_0_34121628_26364.cpp:18:1: error: stray '\' in program
 \x09HS = SL - HL;
 ^
0_0_34121628_26364.cpp:19:1: error: stray '\' in program
 \x09MS = SL - ML;
 ^
0_0_34121628_26364.cpp:20:1: error: stray '\' in program
 \x09while(HM+1e-6>=D) HM -= 360;
 ^
0_0_34121628_26364.cpp:21:1: error: stray '\' in program
 \x09while(HM+1e-6=D) HS -= 360;
 ^
0_0_34121628_26364.cpp:22:1: error: stray '\' in program
 \x09while(HS+1e-6=D) MS -= 360;
 ^
0_0_34121628_26364.cpp:23:1: error: stray '\' in program
 \x09while(MS+1e-6=-D||HS+1e-10>=-D||MS+1e-10>=-D)
 ^
0_0_34121628_26364.cpp:24:1: error: stray '\' in program
 \x09{
 ^
0_0_34121628_26364.cpp:25:1: error: stray '\' in program
 \x09\x09signal = 0;
 ^
0_0_34121628_26364.cpp:25:1: error: stray '\' in program
0_0_34121628_26364.cpp:26:1: error: stray '\' in program
 \x09\x09t1 = (D - HM)/(1.0/10 - 1.0/120);
 ^
0_0_34121628_26364.cpp:26:1: error: stray '\' in program
0_0_34121628_26364.cpp:27:1: error: stray '\' in program
 \x09\x09t2 = (D - HS)/(6-1.0/120);
 ^
0_0_34121628_26364.cpp:27:1: error: stray '\' in program
0_0_34121628_26364.cpp:28:1: error: stray '\' in program
 \x09\x09t3 = (D - MS)/(6-1.0/10);
 ^
0_0_34121628_26364.cpp:28:1: error: stray '\' in program
0_0_34121628_26364.cpp:29:1: error: stray '\' in program
 \x09\x09minimum = 0;
 ^
0_0_34121628_26364.cpp:29:1: error: stray '\' in program
0_0_34121628_26364.cpp:30:1: error: stray '\' in program
 \x09\x09if(HM>=-D) minimum = minimum > t1? minimum : t1;
 ^
0_0_34121628_26364.cpp:30:1: error: stray '\' in program
0_0_34121628_26364.cpp:31:1: error: stray '\' in program
 \x09\x09if(HS+1e-6>=-D) minimum = minimum > t2? minimum : t2;
 ^
0_0_34121628_26364.cpp:31:1: error: stray '\' in program
0_0_34121628_26364.cpp:32:1: error: stray '\' in program
 \x09\x09if(MS+1e-6>=-D) minimum = minimum > t3? minimum : t3;
 ^
0_0_34121628_26364.cpp:32:1: error: stray '\' in program
0_0_34121628_26364.cpp:33:1: error: stray '\' in program
 \x09\x09S += minimum;
 ^
0_0_34121628_26364.cpp:33:1: error: stray '\' in program
0_0_34121628_26364.cpp:34:1: error: stray '\' in program
 \x09\x09while(S>=60)
 ^
0_0_34121628_26364.cpp:34:1: error: stray '\' in program
0_0_34121628_26364.cpp:35:1: error: stray '\' in program
 \x09\x09{
 ^
0_0_34121628_26364.cpp:35:1: error: stray '\' in program
0_0_34121628_26364.cpp:36:1: error: stray '\' in program
 \x09\x09\x09S-=60;
 ^
0_0_34121628_26364.cpp:36:1: error: stray '\' in program
0_0_34121628_26364.cpp:36:1: error: stray '\' in program
0_0_34121628_26364.cpp:37:1: error: stray '\' in program
 \x09\x09\x09M++;
 ^
0_0_34121628_26364.cpp:37:1: error: stray '\' in program
0_0_34121628_26364.cpp:37:1: error: stray '\' in program
0_0_34121628_26364.cpp:38:1: error: stray '\' in program
 \x09\x09}
 ^
0_0_34121628_26364.cpp:38:1: error: stray '\' in program
0_0_34121628_26364.cpp:39:1: error: stray '\' in program
 \x09\x09while(M>=60)
 ^
0_0_34121628_26364.cpp:39:1: error: stray '\' in program
0_0_34121628_26364.cpp:40:1: error: stray '\' in program
 \x09\x09{
 ^
0_0_34121628_26364.cpp:40:1: error: stray '\' in program
0_0_34121628_26364.cpp:41:1: error: stray '\' in program
 \x09\x09\x09M-=60;
 ^
0_0_34121628_26364.cpp:41:1: error: stray '\' in program
0_0_34121628_26364.cpp:41:1: error: stray '\' in program
0_0_34121628_26364.cpp:42:1: error: stray '\' in program
 \x09\x09\x09H++;
 ^
0_0_34121628_26364.cpp:42:1: error: stray '\' in program
0_0_34121628_26364.cpp:42:1: error: stray '\' in program
0_0_34121628_26364.cpp:43:1: error: stray '\' in program
 \x09\x09}
 ^
0_0_34121628_26364.cpp:43:1: error: stray '\' in program
0_0_34121628_26364.cpp:44:1: error: stray '\' in program
 \x09\x09return;
 ^
0_0_34121628_26364.cpp:44:1: error: stray '\' in program
0_0_34121628_26364.cpp:45:1: error: stray '\' in program
 \x09}
 ^
0_0_34121628_26364.cpp:46:1: error: stray '\' in program
 \x09else
 ^
0_0_34121628_26364.cpp:47:1: error: stray '\' in program
 \x09{
 ^
0_0_34121628_26364.cpp:48:1: error: stray '\' in program
 \x09\x09signal = 1;
 ^
0_0_34121628_26364.cpp:48:1: error: stray '\' in program
0_0_34121628_26364.cpp:49:1: error: stray '\' in program
 \x09\x09t1 = (-D - HM)/(1.0/10 - 1.0/120);
 ^
0_0_34121628_26364.cpp:49:1: error: stray '\' in program
0_0_34121628_26364.cpp:50:1: error: stray '\' in program
 \x09\x09t2 = (-D - HS)/(6-1.0/120);
 ^
0_0_34121628_26364.cpp:50:1: error: stray '\' in program
0_0_34121628_26364.cpp:51:1: error: stray '\' in program
 \x09\x09t3 = (-D - MS)/(6-1.0/10);
 ^
0_0_34121628_26364.cpp:51:1: error: stray '\' in program
0_0_34121628_26364.cpp:52:1: error: stray '\' in program
 \x09\x09maximum = 100000;
 ^
0_0_34121628_26364.cpp:52:1: error: stray '\' in program
0_0_34121628_26364.cpp:53:1: error: stray '\' in program
 \x09\x09maximum = maximum < t1? maximum : t1;
 ^
0_0_34121628_26364.cpp:53:1: error: stray '\' in program
0_0_34121628_26364.cpp:54:1: error: stray '\' in program
 \x09\x09maximum = maximum < t2? maximum : t2;
 ^
0_0_34121628_26364.cpp:54:1: error: stray '\' in program
0_0_34121628_26364.cpp:55:1: error: stray '\' in program
 \x09\x09maximum = maximum < t3? maximum : t3;
 ^
0_0_34121628_26364.cpp:55:1: error: stray '\' in program
0_0_34121628_26364.cpp:56:1: error: stray '\' in program
 \x09\x09S += maximum;
 ^
0_0_34121628_26364.cpp:56:1: error: stray '\' in program
0_0_34121628_26364.cpp:57:1: error: stray '\' in program
 \x09\x09while(S>=60)
 ^
0_0_34121628_26364.cpp:57:1: error: stray '\' in program
0_0_34121628_26364.cpp:58:1: error: stray '\' in program
 \x09\x09{
 ^
0_0_34121628_26364.cpp:58:1: error: stray '\' in program
0_0_34121628_26364.cpp:59:1: error: stray '\' in program
 \x09\x09\x09S-=60;
 ^
0_0_34121628_26364.cpp:59:1: error: stray '\' in program
0_0_34121628_26364.cpp:59:1: error: stray '\' in program
0_0_34121628_26364.cpp:60:1: error: stray '\' in program
 \x09\x09\x09M++;
 ^
0_0_34121628_26364.cpp:60:1: error: stray '\' in program
0_0_34121628_26364.cpp:60:1: error: stray '\' in program
0_0_34121628_26364.cpp:61:1: error: stray '\' in program
 \x09\x09}
 ^
0_0_34121628_26364.cpp:61:1: error: stray '\' in program
0_0_34121628_26364.cpp:62:1: error: stray '\' in program
 \x09\x09while(M>=60)
 ^
0_0_34121628_26364.cpp:62:1: error: stray '\' in program
0_0_34121628_26364.cpp:63:1: error: stray '\' in program
 \x09\x09{
 ^
0_0_34121628_26364.cpp:63:1: error: stray '\' in program
0_0_34121628_26364.cpp:64:1: error: stray '\' in program
 \x09\x09\x09M-=60;
 ^
0_0_34121628_26364.cpp:64:1: error: stray '\' in program
0_0_34121628_26364.cpp:64:1: error: stray '\' in program
0_0_34121628_26364.cpp:65:1: error: stray '\' in program
 \x09\x09\x09H++;
 ^
0_0_34121628_26364.cpp:65:1: error: stray '\' in program
0_0_34121628_26364.cpp:65:1: error: stray '\' in program
0_0_34121628_26364.cpp:66:1: error: stray '\' in program
 \x09\x09}
 ^
0_0_34121628_26364.cpp:66:1: error: stray '\' in program
0_0_34121628_26364.cpp:67:1: error: stray '\' in program
 \x09\x09return;
 ^
0_0_34121628_26364.cpp:67:1: error: stray '\' in program
0_0_34121628_26364.cpp:68:1: error: stray '\' in program
 \x09}
 ^
0_0_34121628_26364.cpp:72:1: error: stray '\' in program
 \x09while(scanf("%lf",&D)&&D!=-1)
 ^
0_0_34121628_26364.cpp:73:1: error: stray '\' in program
 \x09{
 ^
0_0_34121628_26364.cpp:74:1: error: stray '\' in program
 \x09\x09if(D==0)
 ^
0_0_34121628_26364.cpp:74:1: error: stray '\' in program
0_0_34121628_26364.cpp:75:1: error: stray '\' in program
 \x09\x09{
 ^
0_0_34121628_26364.cpp:75:1: error: stray '\' in program
0_0_34121628_26364.cpp:76:1: error: stray '\' in program
 \x09\x09\x09printf("100.000\n");
 ^
0_0_34121628_26364.cpp:76:1: error: stray '\' in program
0_0_34121628_26364.cpp:76:1: error: stray '\' in program
0_0_34121628_26364.cpp:77:1: error: stray '\' in program
 \x09\x09\x09continue;
 ^
0_0_34121628_26364.cpp:77:1: error: stray '\' in program
0_0_34121628_26364.cpp:77:1: error: stray '\' in program
0_0_34121628_26364.cpp:78:1: error: stray '\' in program
 \x09\x09}
 ^
0_0_34121628_26364.cpp:78:1: error: stray '\' in program
0_0_34121628_26364.cpp:79:1: error: stray '\' in program
 \x09\x09if(D>=120)
 ^
0_0_34121628_26364.cpp:79:1: error: stray '\' in program
0_0_34121628_26364.cpp:80:1: er


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