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_15932692_29511.cpp:20:17: error: stray '\241' in program
                 if(score[i]=='(')               //错误次数
                 ^
0_0_15932692_29511.cpp:20:17: error: stray '\241' in program
0_0_15932692_29511.cpp:20:17: error: stray '\241' in program
0_0_15932692_29511.cpp:20:17: error: stray '\241' in program
0_0_15932692_29511.cpp:20:17: error: stray '\241' in program
0_0_15932692_29511.cpp:20:17: error: stray '\241' in program
0_0_15932692_29511.cpp:20:17: error: stray '\241' in program
0_0_15932692_29511.cpp:20:17: error: stray '\241' in program
0_0_15932692_29511.cpp:20:17: error: stray '\241' in program
0_0_15932692_29511.cpp:20:17: error: stray '\241' in program
0_0_15932692_29511.cpp:20:17: error: stray '\241' in program
0_0_15932692_29511.cpp:20:17: error: stray '\241' in program
0_0_15932692_29511.cpp:20:17: error: stray '\241' in program
0_0_15932692_29511.cpp:20:17: error: stray '\241' in program
0_0_15932692_29511.cpp:20:17: error: stray '\241' in program
0_0_15932692_29511.cpp:20:17: error: stray '\241' in program
0_0_15932692_29511.cpp:20:17: error: stray '\241' in program
0_0_15932692_29511.cpp:20:17: error: stray '\241' in program
0_0_15932692_29511.cpp:20:17: error: stray '\241' in program
0_0_15932692_29511.cpp:20:17: error: stray '\241' in program
0_0_15932692_29511.cpp:20:17: error: stray '\241' in program
0_0_15932692_29511.cpp:20:17: error: stray '\241' in program
0_0_15932692_29511.cpp:20:17: error: stray '\241' in program
0_0_15932692_29511.cpp:20:17: error: stray '\241' in program
0_0_15932692_29511.cpp:35:9: error: stray '\241' in program
         for(int j=i-1; j>=0; j--)                     //用时
         ^
0_0_15932692_29511.cpp:35:9: error: stray '\241' in program
0_0_15932692_29511.cpp:35:9: error: stray '\241' in program
0_0_15932692_29511.cpp:35:9: error: stray '\241' in program
0_0_15932692_29511.cpp:35:9: error: stray '\241' in program
0_0_15932692_29511.cpp:35:9: error: stray '\241' in program
0_0_15932692_29511.cpp:35:9: error: stray '\241' in program
0_0_15932692_29511.cpp:35:9: error: stray '\241' in program
0_0_15932692_29511.cpp:35:9: error: stray '\241' in program
0_0_15932692_29511.cpp:35:9: error: stray '\241' in program
0_0_15932692_29511.cpp:35:9: error: stray '\241' in program
0_0_15932692_29511.cpp:35:9: error: stray '\241' in program
0_0_15932692_29511.cpp:35:9: error: stray '\241' in program
0_0_15932692_29511.cpp:35:9: error: stray '\241' in program
0_0_15932692_29511.cpp:35:9: error: stray '\241' in program
0_0_15932692_29511.cpp:35:9: error: stray '\241' in program
0_0_15932692_29511.cpp:35:9: error: stray '\241' in program
0_0_15932692_29511.cpp:35:9: error: stray '\241' in program
0_0_15932692_29511.cpp:35:9: error: stray '\241' in program
0_0_15932692_29511.cpp:35:9: error: stray '\241' in program
0_0_15932692_29511.cpp:51:9: error: stray '\241' in program
               //ac 题数
         ^
0_0_15932692_29511.cpp:51:9: error: stray '\241' in program
0_0_15932692_29511.cpp:51:9: error: stray '\241' in program
0_0_15932692_29511.cpp:51:9: error: stray '\241' in program
0_0_15932692_29511.cpp:51:9: error: stray '\241' in program
0_0_15932692_29511.cpp:51:9: error: stray '\241' in program
0_0_15932692_29511.cpp:51:9: error: stray '\241' in program
0_0_15932692_29511.cpp:51:9: error: stray '\241' in program
0_0_15932692_29511.cpp:51:9: error: stray '\241' in program
0_0_15932692_29511.cpp:51:9: error: stray '\241' in program
0_0_15932692_29511.cpp:51:9: error: stray '\241' in program
0_0_15932692_29511.cpp:51:9: error: stray '\241' in program
0_0_15932692_29511.cpp:53:9: error: stray '\241' in program
             //总时间
         ^
0_0_15932692_29511.cpp:53:9: error: stray '\241' in program
0_0_15932692_29511.cpp:53:9: error: stray '\241' in program
0_0_15932692_29511.cpp:53:9: error: stray '\241' in program
0_0_15932692_29511.cpp:53:9: error: stray '\241' in program
0_0_15932692_29511.cpp:53:9: error: stray '\241' in program
0_0_15932692_29511.cpp:53:9: error: stray '\241' in program
0_0_15932692_29511.cpp:53:9: error: stray '\241' in program
0_0_15932692_29511.cpp: In function 'int change(char*)':
0_0_15932692_29511.cpp:30:57: error: 'pow' was not declared in this scope
                         errosum+=(score[j]-48)*pow(10,jj);
                                                         ^
0_0_15932692_29511.cpp:37:44: error: 'pow' was not declared in this scope
             sum+=(score[j]-48)*pow(10,i-1-j);
                                            ^
0_0_15932692_29511.cpp:39:28: error: 'm' was not declared in this scope
         return sum+errosum*m;
                            ^
0_0_15932692_29511.cpp: In function 'void work(stu*)':
0_0_15932692_29511.cpp:48:20: error: 'person' was not declared in this scope
     for(int i=0; i<person; i++)
                    ^
0_0_15932692_29511.cpp:54:24: error: 'n' was not declared in this scope
         for(int j=1; j<n+1; j++)
                        ^
0_0_15932692_29511.cpp: In function 'void sort(stu*)':
0_0_15932692_29511.cpp:67:20: error: 'person' was not declared in this scope
     for(int i=0; i<person; i++)      //ac次数排序
                    ^
0_0_15932692_29511.cpp:71:7: error: 'j' was not declared in this scope
     p[j]=p[j+1];
       ^
0_0_15932692_29511.cpp:72:12: error: 'a' was not declared in this scope
     p[j+1]=a;
            ^
0_0_15932692_29511.cpp:73:20: error: 'person' was not declared in this scope
     for(int i=0; i<person; i++)      //时间排序
                    ^
0_0_15932692_29511.cpp:79:20: error: 'person' was not declared in this scope
     for(int i=0; i<person; i++)      //名字字典排序
                    ^
0_0_15932692_29511.cpp: In function 'void input(stu*)':
0_0_15932692_29511.cpp:90:5: error: 'person' was not declared in this scope
     person=0;
     ^
0_0_15932692_29511.cpp:94:24: error: 'n' was not declared in this scope
         for(int j=1; j<n+1; j++)
                        ^
0_0_15932692_29511.cpp:95:24: error: 'scap' was not declared in this scope
             scanf("%s",scap[i].name[j]);
                        ^
0_0_15932692_29511.cpp: In function 'void output(stu*)':
0_0_15932692_29511.cpp:102:20: error: 'person' was not declared in this scope
     for(int i=0; i<person; i++)
                    ^
0_0_15932692_29511.cpp:104:16: error: unable to find string literal operator 'operator""p'
         printf("%-10s %2s %4s\n"p[i].name[0],p[i].ac,p[i].time);
                ^
0_0_15932692_29511.cpp: In function 'int main()':
0_0_15932692_29511.cpp:111:19: error: 'n' was not declared in this scope
     scanf("%d%d",&n,&m)
                   ^
0_0_15932692_29511.cpp:111:22: error: 'm' was not declared in this scope
     scanf("%d%d",&n,&m)
                      ^


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-26 06:45:43, Gzip enabled