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_38823578_9885.cpp: In function 'int main()':
0_0_38823578_9885.cpp:19:18: error: 'amp' was not declared in this scope; did you mean 'cmp'?
   19 |     scanf("%d", &t);
      |                  ^~~
      |                  cmp
0_0_38823578_9885.cpp:19:23: error: expected ';' before ')' token
   19 |     scanf("%d", &t);
      |                       ^
      |                       ;
0_0_38823578_9885.cpp:22:27: error: expected ';' before ')' token
   22 |         scanf("%d", &n);
      |                           ^
      |                           ;
0_0_38823578_9885.cpp:25:43: error: expected ';' before ')' token
   25 |             scanf("%d", &s[i].deadline);
      |                                           ^
      |                                           ;
0_0_38823578_9885.cpp:29:55: error: 'i' was not declared in this scope
   29 |         for(int i = 0; i < n; i++) scanf("%d", &s[i].score);
      |                                                       ^
0_0_38823578_9885.cpp:34:45: error: expected ')' before ';' token
   34 |                 if(s[j].deadline>=i&&s[j].score!=0){
      |                   ~                         ^
      |                                             )
0_0_38823578_9885.cpp:34:59: error: expected ';' before ')' token
   34 |                 if(s[j].deadline>=i&&s[j].score!=0){
      |                                                           ^
      |                                                           ;


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-23 01:03:36, Gzip enabled