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_31775397_27948.cpp:15:2: error: stray '#' in program
     scanf("%d",&x);
  ^
0_0_31775397_27948.cpp:15:8: error: stray '#' in program
     scanf("%d",&x);
        ^
0_0_31775397_27948.cpp:15:15: error: stray '#' in program
     scanf("%d",&x);
               ^
0_0_31775397_27948.cpp:16:2: error: stray '#' in program
     while(x--)
  ^
0_0_31775397_27948.cpp:16:8: error: stray '#' in program
     while(x--)
        ^
0_0_31775397_27948.cpp:16:15: error: stray '#' in program
     while(x--)
               ^
0_0_31775397_27948.cpp:17:2: error: stray '#' in program
     {
  ^
0_0_31775397_27948.cpp:17:8: error: stray '#' in program
     {
        ^
0_0_31775397_27948.cpp:17:15: error: stray '#' in program
     {
               ^
0_0_31775397_27948.cpp:18:2: error: stray '#' in program
      scanf("%d",&m);
  ^
0_0_31775397_27948.cpp:18:8: error: stray '#' in program
      scanf("%d",&m);
        ^
0_0_31775397_27948.cpp:18:15: error: stray '#' in program
      scanf("%d",&m);
               ^
0_0_31775397_27948.cpp:19:2: error: stray '#' in program
          printf("%d\n",bin[m-1]);          
  ^
0_0_31775397_27948.cpp:19:8: error: stray '#' in program
          printf("%d\n",bin[m-1]);          
        ^
0_0_31775397_27948.cpp:19:15: error: stray '#' in program
          printf("%d\n",bin[m-1]);          
               ^
0_0_31775397_27948.cpp:19:22: error: stray '#' in program
          printf("%d\n",bin[m-1]);          
                      ^
0_0_31775397_27948.cpp:19:29: error: stray '#' in program
          printf("%d\n",bin[m-1]);          
                             ^
0_0_31775397_27948.cpp:19:61: error: stray '#' in program
          printf("%d\n",bin[m-1]);          
                                                             ^
0_0_31775397_27948.cpp:19:68: error: stray '#' in program
          printf("%d\n",bin[m-1]);          
                                                                    ^
0_0_31775397_27948.cpp:19:75: error: stray '#' in program
          printf("%d\n",bin[m-1]);          
                                                                           ^
0_0_31775397_27948.cpp:19:82: error: stray '#' in program
          printf("%d\n",bin[m-1]);          
                                                                                  ^
0_0_31775397_27948.cpp:19:89: error: stray '#' in program
          printf("%d\n",bin[m-1]);          
                                                                                         ^
0_0_31775397_27948.cpp:20:2: error: stray '#' in program
       } 
  ^
0_0_31775397_27948.cpp:20:8: error: stray '#' in program
       } 
        ^
0_0_31775397_27948.cpp:20:15: error: stray '#' in program
       } 
               ^
0_0_31775397_27948.cpp:20:22: error: stray '#' in program
       } 
                      ^
0_0_31775397_27948.cpp:20:29: error: stray '#' in program
       } 
                             ^
0_0_31775397_27948.cpp:21:2: error: stray '#' in program
      return 0;
  ^
0_0_31775397_27948.cpp:21:8: error: stray '#' in program
      return 0;
        ^
0_0_31775397_27948.cpp:21:15: error: stray '#' in program
      return 0;
               ^
0_0_31775397_27948.cpp:1:1: error: 'include' does not name a type
 include <stdlib.h>
 ^
0_0_31775397_27948.cpp: In function 'int main()':
0_0_31775397_27948.cpp:15:3: error: lvalue required as unary '&' operand
     scanf("%d",&x);
   ^
0_0_31775397_27948.cpp:15:9: error: lvalue required as unary '&' operand
     scanf("%d",&x);
         ^
0_0_31775397_27948.cpp:15:16: error: lvalue required as unary '&' operand
     scanf("%d",&x);
                ^
0_0_31775397_27948.cpp:16:3: error: lvalue required as unary '&' operand
     while(x--)
   ^
0_0_31775397_27948.cpp:16:9: error: lvalue required as unary '&' operand
     while(x--)
         ^
0_0_31775397_27948.cpp:16:16: error: lvalue required as unary '&' operand
     while(x--)
                ^
0_0_31775397_27948.cpp:17:3: error: lvalue required as unary '&' operand
     {
   ^
0_0_31775397_27948.cpp:17:9: error: lvalue required as unary '&' operand
     {
         ^
0_0_31775397_27948.cpp:17:16: error: lvalue required as unary '&' operand
     {
                ^
0_0_31775397_27948.cpp:18:3: error: lvalue required as unary '&' operand
      scanf("%d",&m);
   ^
0_0_31775397_27948.cpp:18:9: error: lvalue required as unary '&' operand
      scanf("%d",&m);
         ^
0_0_31775397_27948.cpp:18:16: error: lvalue required as unary '&' operand
      scanf("%d",&m);
                ^
0_0_31775397_27948.cpp:19:3: error: lvalue required as unary '&' operand
          printf("%d\n",bin[m-1]);          
   ^
0_0_31775397_27948.cpp:19:9: error: lvalue required as unary '&' operand
          printf("%d\n",bin[m-1]);          
         ^
0_0_31775397_27948.cpp:19:16: error: lvalue required as unary '&' operand
          printf("%d\n",bin[m-1]);          
                ^
0_0_31775397_27948.cpp:19:23: error: lvalue required as unary '&' operand
          printf("%d\n",bin[m-1]);          
                       ^
0_0_31775397_27948.cpp:19:30: error: lvalue required as unary '&' operand
          printf("%d\n",bin[m-1]);          
                              ^
0_0_31775397_27948.cpp:19:62: error: lvalue required as unary '&' operand
          printf("%d\n",bin[m-1]);          
                                                              ^
0_0_31775397_27948.cpp:19:69: error: lvalue required as unary '&' operand
          printf("%d\n",bin[m-1]);          
                                                                     ^
0_0_31775397_27948.cpp:19:76: error: lvalue required as unary '&' operand
          printf("%d\n",bin[m-1]);          
                                                                            ^
0_0_31775397_27948.cpp:19:83: error: lvalue required as unary '&' operand
          printf("%d\n",bin[m-1]);          
                                                                                   ^
0_0_31775397_27948.cpp:19:90: error: lvalue required as unary '&' operand
          printf("%d\n",bin[m-1]);          
                                                                                          ^
0_0_31775397_27948.cpp:20:3: error: lvalue required as unary '&' operand
       } 
   ^
0_0_31775397_27948.cpp:20:9: error: lvalue required as unary '&' operand
       } 
         ^
0_0_31775397_27948.cpp:20:16: error: lvalue required as unary '&' operand
       } 
                ^
0_0_31775397_27948.cpp:20:23: error: lvalue required as unary '&' operand
       } 
                       ^
0_0_31775397_27948.cpp:20:30: error: lvalue required as unary '&' operand
       } 
                              ^
0_0_31775397_27948.cpp:21:3: error: lvalue required as unary '&' operand
      return 0;
   ^
0_0_31775397_27948.cpp:21:9: error: lvalue required as unary '&' operand
      return 0;
         ^
0_0_31775397_27948.cpp:21:16: error: lvalue required as unary '&' operand
      return 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:13:30, Gzip enabled