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_30926852_24339.c: In function 'main':
0_0_30926852_24339.c:6:2: error: stray '#' in program
     double s=0;
  ^
0_0_30926852_24339.c:6:1: error: lvalue required as unary '&' operand
     double s=0;
 ^
0_0_30926852_24339.c:6:8: error: stray '#' in program
     double s=0;
        ^
0_0_30926852_24339.c:6:7: error: lvalue required as unary '&' operand
     double s=0;
       ^
0_0_30926852_24339.c:6:14: error: stray '#' in program
     double s=0;
              ^
0_0_30926852_24339.c:6:13: error: lvalue required as unary '&' operand
     double s=0;
             ^
0_0_30926852_24339.c:7:2: error: stray '#' in program
     while(scanf("%d",&cnt)&&(cnt!=0))
  ^
0_0_30926852_24339.c:7:1: error: lvalue required as unary '&' operand
     while(scanf("%d",&cnt)&&(cnt!=0))
 ^
0_0_30926852_24339.c:7:8: error: stray '#' in program
     while(scanf("%d",&cnt)&&(cnt!=0))
        ^
0_0_30926852_24339.c:7:7: error: lvalue required as unary '&' operand
     while(scanf("%d",&cnt)&&(cnt!=0))
       ^
0_0_30926852_24339.c:7:14: error: stray '#' in program
     while(scanf("%d",&cnt)&&(cnt!=0))
              ^
0_0_30926852_24339.c:7:13: error: lvalue required as unary '&' operand
     while(scanf("%d",&cnt)&&(cnt!=0))
             ^
0_0_30926852_24339.c:8:2: error: stray '#' in program
     {
  ^
0_0_30926852_24339.c:8:1: error: lvalue required as unary '&' operand
     {
 ^
0_0_30926852_24339.c:8:8: error: stray '#' in program
     {
        ^
0_0_30926852_24339.c:8:7: error: lvalue required as unary '&' operand
     {
       ^
0_0_30926852_24339.c:8:14: error: stray '#' in program
     {
              ^
0_0_30926852_24339.c:8:13: error: lvalue required as unary '&' operand
     {
             ^
0_0_30926852_24339.c:9:2: error: stray '#' in program
         s=0;
  ^
0_0_30926852_24339.c:9:1: error: lvalue required as unary '&' operand
         s=0;
 ^
0_0_30926852_24339.c:9:8: error: stray '#' in program
         s=0;
        ^
0_0_30926852_24339.c:9:7: error: lvalue required as unary '&' operand
         s=0;
       ^
0_0_30926852_24339.c:9:14: error: stray '#' in program
         s=0;
              ^
0_0_30926852_24339.c:9:13: error: lvalue required as unary '&' operand
         s=0;
             ^
0_0_30926852_24339.c:9:20: error: stray '#' in program
         s=0;
                    ^
0_0_30926852_24339.c:9:19: error: lvalue required as unary '&' operand
         s=0;
                   ^
0_0_30926852_24339.c:9:26: error: stray '#' in program
         s=0;
                          ^
0_0_30926852_24339.c:9:25: error: lvalue required as unary '&' operand
         s=0;
                         ^
0_0_30926852_24339.c:9:32: error: stray '#' in program
         s=0;
                                ^
0_0_30926852_24339.c:9:31: error: lvalue required as unary '&' operand
         s=0;
                               ^
0_0_30926852_24339.c:9:38: error: stray '#' in program
         s=0;
                                      ^
0_0_30926852_24339.c:9:37: error: lvalue required as unary '&' operand
         s=0;
                                     ^
0_0_30926852_24339.c:10:2: error: stray '#' in program
         for(i=0;i<cnt;i++)
  ^
0_0_30926852_24339.c:10:1: error: lvalue required as unary '&' operand
         for(i=0;i<cnt;i++)
 ^
0_0_30926852_24339.c:10:8: error: stray '#' in program
         for(i=0;i<cnt;i++)
        ^
0_0_30926852_24339.c:10:7: error: lvalue required as unary '&' operand
         for(i=0;i<cnt;i++)
       ^
0_0_30926852_24339.c:10:14: error: stray '#' in program
         for(i=0;i<cnt;i++)
              ^
0_0_30926852_24339.c:10:13: error: lvalue required as unary '&' operand
         for(i=0;i<cnt;i++)
             ^
0_0_30926852_24339.c:10:20: error: stray '#' in program
         for(i=0;i<cnt;i++)
                    ^
0_0_30926852_24339.c:10:19: error: lvalue required as unary '&' operand
         for(i=0;i<cnt;i++)
                   ^
0_0_30926852_24339.c:10:26: error: stray '#' in program
         for(i=0;i<cnt;i++)
                          ^
0_0_30926852_24339.c:10:25: error: lvalue required as unary '&' operand
         for(i=0;i<cnt;i++)
                         ^
0_0_30926852_24339.c:10:32: error: stray '#' in program
         for(i=0;i<cnt;i++)
                                ^
0_0_30926852_24339.c:10:31: error: lvalue required as unary '&' operand
         for(i=0;i<cnt;i++)
                               ^
0_0_30926852_24339.c:10:38: error: stray '#' in program
         for(i=0;i<cnt;i++)
                                      ^
0_0_30926852_24339.c:10:37: error: lvalue required as unary '&' operand
         for(i=0;i<cnt;i++)
                                     ^
0_0_30926852_24339.c:11:2: error: stray '#' in program
         {
  ^
0_0_30926852_24339.c:11:1: error: lvalue required as unary '&' operand
         {
 ^
0_0_30926852_24339.c:11:8: error: stray '#' in program
         {
        ^
0_0_30926852_24339.c:11:7: error: lvalue required as unary '&' operand
         {
       ^
0_0_30926852_24339.c:11:14: error: stray '#' in program
         {
              ^
0_0_30926852_24339.c:11:13: error: lvalue required as unary '&' operand
         {
             ^
0_0_30926852_24339.c:11:20: error: stray '#' in program
         {
                    ^
0_0_30926852_24339.c:11:19: error: lvalue required as unary '&' operand
         {
                   ^
0_0_30926852_24339.c:11:26: error: stray '#' in program
         {
                          ^
0_0_30926852_24339.c:11:25: error: lvalue required as unary '&' operand
         {
                         ^
0_0_30926852_24339.c:11:32: error: stray '#' in program
         {
                                ^
0_0_30926852_24339.c:11:31: error: lvalue required as unary '&' operand
         {
                               ^
0_0_30926852_24339.c:11:38: error: stray '#' in program
         {
                                      ^
0_0_30926852_24339.c:11:37: error: lvalue required as unary '&' operand
         {
                                     ^
0_0_30926852_24339.c:12:2: error: stray '#' in program
             for(j=0;j<2;j++)
  ^
0_0_30926852_24339.c:12:1: error: lvalue required as unary '&' operand
             for(j=0;j<2;j++)
 ^
0_0_30926852_24339.c:12:8: error: stray '#' in program
             for(j=0;j<2;j++)
        ^
0_0_30926852_24339.c:12:7: error: lvalue required as unary '&' operand
             for(j=0;j<2;j++)
       ^
0_0_30926852_24339.c:12:14: error: stray '#' in program
             for(j=0;j<2;j++)
              ^
0_0_30926852_24339.c:12:13: error: lvalue required as unary '&' operand
             for(j=0;j<2;j++)
             ^
0_0_30926852_24339.c:12:20: error: stray '#' in program
             for(j=0;j<2;j++)
                    ^
0_0_30926852_24339.c:12:19: error: lvalue required as unary '&' operand
             for(j=0;j<2;j++)
                   ^
0_0_30926852_24339.c:12:26: error: stray '#' in program
             for(j=0;j<2;j++)
                          ^
0_0_30926852_24339.c:12:25: error: lvalue required as unary '&' operand
             for(j=0;j<2;j++)
                         ^
0_0_30926852_24339.c:12:32: error: stray '#' in prog


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-12-04 14:31:57, Gzip enabled