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_28416165_17933.cpp:11:2: error: stray '#' in program
     int num=0;
  ^
0_0_28416165_17933.cpp:11:9: error: stray '#' in program
     int num=0;
         ^
0_0_28416165_17933.cpp:12:2: error: stray '#' in program
     for(int i=0;i<n;i++)
  ^
0_0_28416165_17933.cpp:12:9: error: stray '#' in program
     for(int i=0;i<n;i++)
         ^
0_0_28416165_17933.cpp:13:2: error: stray '#' in program
     {
  ^
0_0_28416165_17933.cpp:13:9: error: stray '#' in program
     {
         ^
0_0_28416165_17933.cpp:14:2: error: stray '#' in program
         num+=int(way[i]/mid);
  ^
0_0_28416165_17933.cpp:14:9: error: stray '#' in program
         num+=int(way[i]/mid);
         ^
0_0_28416165_17933.cpp:14:16: error: stray '#' in program
         num+=int(way[i]/mid);
                ^
0_0_28416165_17933.cpp:14:23: error: stray '#' in program
         num+=int(way[i]/mid);
                       ^
0_0_28416165_17933.cpp:15:2: error: stray '#' in program
     }
  ^
0_0_28416165_17933.cpp:15:9: error: stray '#' in program
     }
         ^
0_0_28416165_17933.cpp:16:2: error: stray '#' in program
     return num>=k;
  ^
0_0_28416165_17933.cpp:16:9: error: stray '#' in program
     return num>=k;
         ^
0_0_28416165_17933.cpp:20:2: error: stray '#' in program
     while(cin>>n>>k)
  ^
0_0_28416165_17933.cpp:20:9: error: stray '#' in program
     while(cin>>n>>k)
         ^
0_0_28416165_17933.cpp:21:2: error: stray '#' in program
     {
  ^
0_0_28416165_17933.cpp:21:9: error: stray '#' in program
     {
         ^
0_0_28416165_17933.cpp:22:2: error: stray '#' in program
         for(int i=0;i<n;i++)
  ^
0_0_28416165_17933.cpp:22:9: error: stray '#' in program
         for(int i=0;i<n;i++)
         ^
0_0_28416165_17933.cpp:22:16: error: stray '#' in program
         for(int i=0;i<n;i++)
                ^
0_0_28416165_17933.cpp:22:23: error: stray '#' in program
         for(int i=0;i<n;i++)
                       ^
0_0_28416165_17933.cpp:23:2: error: stray '#' in program
             cin>>way[i];
  ^
0_0_28416165_17933.cpp:23:9: error: stray '#' in program
             cin>>way[i];
         ^
0_0_28416165_17933.cpp:23:16: error: stray '#' in program
             cin>>way[i];
                ^
0_0_28416165_17933.cpp:23:23: error: stray '#' in program
             cin>>way[i];
                       ^
0_0_28416165_17933.cpp:23:30: error: stray '#' in program
             cin>>way[i];
                              ^
0_0_28416165_17933.cpp:23:37: error: stray '#' in program
             cin>>way[i];
                                     ^
0_0_28416165_17933.cpp:24:2: error: stray '#' in program
         double left=0,right=inf;
  ^
0_0_28416165_17933.cpp:24:9: error: stray '#' in program
         double left=0,right=inf;
         ^
0_0_28416165_17933.cpp:24:16: error: stray '#' in program
         double left=0,right=inf;
                ^
0_0_28416165_17933.cpp:24:23: error: stray '#' in program
         double left=0,right=inf;
                       ^
0_0_28416165_17933.cpp:25:2: error: stray '#' in program
         double mid;
  ^
0_0_28416165_17933.cpp:25:9: error: stray '#' in program
         double mid;
         ^
0_0_28416165_17933.cpp:25:16: error: stray '#' in program
         double mid;
                ^
0_0_28416165_17933.cpp:25:23: error: stray '#' in program
         double mid;
                       ^
0_0_28416165_17933.cpp:26:2: error: stray '#' in program
         for(int i=0;i<100;i++)
  ^
0_0_28416165_17933.cpp:26:9: error: stray '#' in program
         for(int i=0;i<100;i++)
         ^
0_0_28416165_17933.cpp:26:16: error: stray '#' in program
         for(int i=0;i<100;i++)
                ^
0_0_28416165_17933.cpp:26:23: error: stray '#' in program
         for(int i=0;i<100;i++)
                       ^
0_0_28416165_17933.cpp:27:2: error: stray '#' in program
         {
  ^
0_0_28416165_17933.cpp:27:9: error: stray '#' in program
         {
         ^
0_0_28416165_17933.cpp:27:16: error: stray '#' in program
         {
                ^
0_0_28416165_17933.cpp:27:23: error: stray '#' in program
         {
                       ^
0_0_28416165_17933.cpp:28:2: error: stray '#' in program
             mid=(left+right)/2;
  ^
0_0_28416165_17933.cpp:28:9: error: stray '#' in program
             mid=(left+right)/2;
         ^
0_0_28416165_17933.cpp:28:16: error: stray '#' in program
             mid=(left+right)/2;
                ^
0_0_28416165_17933.cpp:28:23: error: stray '#' in program
             mid=(left+right)/2;
                       ^
0_0_28416165_17933.cpp:28:30: error: stray '#' in program
             mid=(left+right)/2;
                              ^
0_0_28416165_17933.cpp:28:37: error: stray '#' in program
             mid=(left+right)/2;
                                     ^
0_0_28416165_17933.cpp:29:2: error: stray '#' in program
             if(judge(mid))
  ^
0_0_28416165_17933.cpp:29:9: error: stray '#' in program
             if(judge(mid))
         ^
0_0_28416165_17933.cpp:29:16: error: stray '#' in program
             if(judge(mid))
                ^
0_0_28416165_17933.cpp:29:23: error: stray '#' in program
             if(judge(mid))
                       ^
0_0_28416165_17933.cpp:29:30: error: stray '#' in program
             if(judge(mid))
                              ^
0_0_28416165_17933.cpp:29:37: error: stray '#' in program
             if(judge(mid))
                                     ^
0_0_28416165_17933.cpp:30:2: error: stray '#' in program
                 left=mid;
  ^
0_0_28416165_17933.cpp:30:9: error: stray '#' in program
                 left=mid;
         ^
0_0_28416165_17933.cpp:30:16: error: stray '#' in program
                 left=mid;
                ^
0_0_28416165_17933.cpp:30:23: error: stray '#' in program
                 left=mid;
                       ^
0_0_28416165_17933.cpp:30:30: error: stray '#' in program
                 left=mid;
                              ^
0_0_28416165_17933.cpp:30:37: error: stray '#' in program
                 left=mid;
                                     ^
0_0_28416165_17933.cpp:30:44: error: stray '#' in program
                 left=mid;
                                            ^
0_0_28416165_17933.cpp:30:51: error: stray '#' in program
                 left=mid;
                                                   ^
0_0_28416165_17933.cpp:31:2: error: stray '#' in program
             else
  ^
0_0_28416165_17933.cpp:31:9: error: stray '#' in program
             else
         ^
0_0_28416165_17933.cpp:31:16: error: stray '#' in program
             else
                ^
0_0_28416165_17933.cpp:31:23: error: stray '#' in program
             else
                       ^
0_0_28416165_17933.cpp:31:30: error: stray '#' in program
             else
                              ^
0_0_28416165_17933.cpp:31:37: error: stray '#' in program
             else
                                     ^
0_0_28416165_17933.cpp:32:2: error: stray '#' in program
                 right=mid;
  ^
0_0_28416165_17933.cpp:32:9: error: stray '#' in program
                 right=mid;
         ^
0_0_28416165_17933.cpp:32:16: error: stray '#' in program
                 right=mid;
                ^
0_0_28416165_17933.cpp:32:23: error: stray '#' in program
                 right=mid;
                       ^
0_0_28416165_17933.cpp:32:30: error: stray '#' in program
                 right=mid;
                              ^
0_0_28416165_17933.cpp:32:37: error: stray '#' in program
                 


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-12-02 22:29:55, Gzip enabled