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_19025470_4787.cpp: In function 'int main()':
0_0_19025470_4787.cpp:12:3: error: expected ',' or ';' before 'int'
   int num=0,i,j,c;
   ^
0_0_19025470_4787.cpp:13:7: error: 'i' was not declared in this scope
   for(i=1;i<n;i++)
       ^
0_0_19025470_4787.cpp:15:8: error: 'j' was not declared in this scope
    for(j=i;j<n;j++)
        ^
0_0_19025470_4787.cpp:17:5: error: 'c' was not declared in this scope
     c=(i*i+j*j+m)%(i*j);
     ^
0_0_19025470_4787.cpp:19:6: error: 'num' was not declared in this scope
      num++;
      ^
0_0_19025470_4787.cpp:22:31: error: 'num' was not declared in this scope
   printf("Case %d: %d\n",casa,num);
                               ^


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-07-05 12:03:35, Gzip enabled