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_20783850_15367.cpp:14:13: error: '::main' must return 'int'
   void main()
             ^
0_0_20783850_15367.cpp: In function 'int main()':
0_0_20783850_15367.cpp:16:183: error: expected statement at end of input
   unsigned int i,n,a,b,t,x,count=0;  while(scanf("%d",&n)>0)  {   while(n--)   {    scanf("%d%d",&a,&b);    if(a>b) {t=a;a=b;b=t; }    for(i=a;i<=b;i++)    {     x=f(i);      if(x==1)                           //1ΚΗΝκΚύ       count++;     }     printf("%d\n",count);    count=0;    }   }  } 
                                                                                                                                                                                       ^
0_0_20783850_15367.cpp:16:183: error: expected '}' at end of input
0_0_20783850_15367.cpp:16:183: error: expected '}' at end of input
0_0_20783850_15367.cpp:16:183: error: expected '}' at end of input
0_0_20783850_15367.cpp:16:183: error: expected '}' at end of input


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 05:29:51, Gzip enabled