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_32010187_16736.cpp:4:2: error: stray '#' in program
     int i,j;
  ^
0_0_32010187_16736.cpp:4:8: error: stray '#' in program
     int i,j;
        ^
0_0_32010187_16736.cpp:4:14: error: stray '#' in program
     int i,j;
              ^
0_0_32010187_16736.cpp:5:2: error: stray '#' in program
     double a[55][10],b[55],c[10],n,m; //注意数据类型的使用
  ^
0_0_32010187_16736.cpp:5:8: error: stray '#' in program
     double a[55][10],b[55],c[10],n,m; //注意数据类型的使用
        ^
0_0_32010187_16736.cpp:5:14: error: stray '#' in program
     double a[55][10],b[55],c[10],n,m; //注意数据类型的使用
              ^
0_0_32010187_16736.cpp:5:1: error: stray '\243' in program
     double a[55][10],b[55],c[10],n,m; //注意数据类型的使用
 ^
0_0_32010187_16736.cpp:5:1: error: stray '\273' in program
0_0_32010187_16736.cpp:6:2: error: stray '#' in program
     while(scanf("%lf%lf\n",&n,&m)!=EOF)
  ^
0_0_32010187_16736.cpp:6:8: error: stray '#' in program
     while(scanf("%lf%lf\n",&n,&m)!=EOF)
        ^
0_0_32010187_16736.cpp:6:14: error: stray '#' in program
     while(scanf("%lf%lf\n",&n,&m)!=EOF)
              ^
0_0_32010187_16736.cpp:7:2: error: stray '#' in program
     {
  ^
0_0_32010187_16736.cpp:7:8: error: stray '#' in program
     {
        ^
0_0_32010187_16736.cpp:7:14: error: stray '#' in program
     {
              ^
0_0_32010187_16736.cpp:8:2: error: stray '#' in program
         for(i=1;i<=n;i++)
  ^
0_0_32010187_16736.cpp:8:8: error: stray '#' in program
         for(i=1;i<=n;i++)
        ^
0_0_32010187_16736.cpp:8:14: error: stray '#' in program
         for(i=1;i<=n;i++)
              ^
0_0_32010187_16736.cpp:8:20: error: stray '#' in program
         for(i=1;i<=n;i++)
                    ^
0_0_32010187_16736.cpp:8:26: error: stray '#' in program
         for(i=1;i<=n;i++)
                          ^
0_0_32010187_16736.cpp:8:32: error: stray '#' in program
         for(i=1;i<=n;i++)
                                ^
0_0_32010187_16736.cpp:8:38: error: stray '#' in program
         for(i=1;i<=n;i++)
                                      ^
0_0_32010187_16736.cpp:9:2: error: stray '#' in program
         {
  ^
0_0_32010187_16736.cpp:9:8: error: stray '#' in program
         {
        ^
0_0_32010187_16736.cpp:9:14: error: stray '#' in program
         {
              ^
0_0_32010187_16736.cpp:9:20: error: stray '#' in program
         {
                    ^
0_0_32010187_16736.cpp:9:26: error: stray '#' in program
         {
                          ^
0_0_32010187_16736.cpp:9:32: error: stray '#' in program
         {
                                ^
0_0_32010187_16736.cpp:9:38: error: stray '#' in program
         {
                                      ^
0_0_32010187_16736.cpp:10:2: error: stray '#' in program
             for(j=1;j<=m;j++)
  ^
0_0_32010187_16736.cpp:10:8: error: stray '#' in program
             for(j=1;j<=m;j++)
        ^
0_0_32010187_16736.cpp:10:14: error: stray '#' in program
             for(j=1;j<=m;j++)
              ^
0_0_32010187_16736.cpp:10:20: error: stray '#' in program
             for(j=1;j<=m;j++)
                    ^
0_0_32010187_16736.cpp:10:26: error: stray '#' in program
             for(j=1;j<=m;j++)
                          ^
0_0_32010187_16736.cpp:10:32: error: stray '#' in program
             for(j=1;j<=m;j++)
                                ^
0_0_32010187_16736.cpp:10:38: error: stray '#' in program
             for(j=1;j<=m;j++)
                                      ^
0_0_32010187_16736.cpp:10:44: error: stray '#' in program
             for(j=1;j<=m;j++)
                                            ^
0_0_32010187_16736.cpp:10:50: error: stray '#' in program
             for(j=1;j<=m;j++)
                                                  ^
0_0_32010187_16736.cpp:10:56: error: stray '#' in program
             for(j=1;j<=m;j++)
                                                        ^
0_0_32010187_16736.cpp:10:62: error: stray '#' in program
             for(j=1;j<=m;j++)
                                                              ^
0_0_32010187_16736.cpp:11:2: error: stray '#' in program
                 scanf("%lf",&a[i][j]);
  ^
0_0_32010187_16736.cpp:11:8: error: stray '#' in program
                 scanf("%lf",&a[i][j]);
        ^
0_0_32010187_16736.cpp:11:14: error: stray '#' in program
                 scanf("%lf",&a[i][j]);
              ^
0_0_32010187_16736.cpp:11:20: error: stray '#' in program
                 scanf("%lf",&a[i][j]);
                    ^
0_0_32010187_16736.cpp:11:26: error: stray '#' in program
                 scanf("%lf",&a[i][j]);
                          ^
0_0_32010187_16736.cpp:11:32: error: stray '#' in program
                 scanf("%lf",&a[i][j]);
                                ^
0_0_32010187_16736.cpp:11:38: error: stray '#' in program
                 scanf("%lf",&a[i][j]);
                                      ^
0_0_32010187_16736.cpp:11:44: error: stray '#' in program
                 scanf("%lf",&a[i][j]);
                                            ^
0_0_32010187_16736.cpp:11:50: error: stray '#' in program
                 scanf("%lf",&a[i][j]);
                                                  ^
0_0_32010187_16736.cpp:11:56: error: stray '#' in program
                 scanf("%lf",&a[i][j]);
                                                        ^
0_0_32010187_16736.cpp:11:62: error: stray '#' in program
                 scanf("%lf",&a[i][j]);
                                                              ^
0_0_32010187_16736.cpp:11:68: error: stray '#' in program
                 scanf("%lf",&a[i][j]);
                                                                    ^
0_0_32010187_16736.cpp:11:74: error: stray '#' in program
                 scanf("%lf",&a[i][j]);
                                                                          ^
0_0_32010187_16736.cpp:11:80: error: stray '#' in program
                 scanf("%lf",&a[i][j]);
                                                                                ^
0_0_32010187_16736.cpp:11:86: error: stray '#' in program
                 scanf("%lf",&a[i][j]);
                                                                                      ^
0_0_32010187_16736.cpp:12:2: error: stray '#' in program
         }
  ^
0_0_32010187_16736.cpp:12:8: error: stray '#' in program
         }
        ^
0_0_32010187_16736.cpp:12:14: error: stray '#' in program
         }
              ^
0_0_32010187_16736.cpp:12:20: error: stray '#' in program
         }
                    ^
0_0_32010187_16736.cpp:12:26: error: stray '#' in program
         }
                          ^
0_0_32010187_16736.cpp:12:32: error: stray '#' in program
         }
                                ^
0_0_32010187_16736.cpp:12:38: error: stray '#' in program
         }
                                      ^
0_0_32010187_16736.cpp:13:2: error: stray '#


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-07 08:58:42, Gzip enabled