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_29642663_23133.cpp:4:2: error: stray '#' in program
     
  ^
0_0_29642663_23133.cpp:4:8: error: stray '#' in program
     
        ^
0_0_29642663_23133.cpp:4:14: error: stray '#' in program
     
              ^
0_0_29642663_23133.cpp:4:20: error: stray '#' in program
     
                    ^
0_0_29642663_23133.cpp:5:2: error: stray '#' in program
     long long  a[1010];
  ^
0_0_29642663_23133.cpp:5:8: error: stray '#' in program
     long long  a[1010];
        ^
0_0_29642663_23133.cpp:5:14: error: stray '#' in program
     long long  a[1010];
              ^
0_0_29642663_23133.cpp:5:20: error: stray '#' in program
     long long  a[1010];
                    ^
0_0_29642663_23133.cpp:10:6: error: stray '#' in program
         a[i]=pow(3,i);
      ^
0_0_29642663_23133.cpp:10:12: error: stray '#' in program
         a[i]=pow(3,i);
            ^
0_0_29642663_23133.cpp:10:18: error: stray '#' in program
         a[i]=pow(3,i);
                  ^
0_0_29642663_23133.cpp:10:24: error: stray '#' in program
         a[i]=pow(3,i);
                        ^
0_0_29642663_23133.cpp:11:2: error: stray '#' in program
     }
  ^
0_0_29642663_23133.cpp:11:8: error: stray '#' in program
     }
        ^
0_0_29642663_23133.cpp:11:14: error: stray '#' in program
     }
              ^
0_0_29642663_23133.cpp:11:20: error: stray '#' in program
     }
                    ^
0_0_29642663_23133.cpp:12:2: error: stray '#' in program
     int m,n;
  ^
0_0_29642663_23133.cpp:12:8: error: stray '#' in program
     int m,n;
        ^
0_0_29642663_23133.cpp:12:14: error: stray '#' in program
     int m,n;
              ^
0_0_29642663_23133.cpp:12:20: error: stray '#' in program
     int m,n;
                    ^
0_0_29642663_23133.cpp:13:2: error: stray '#' in program
     cin>>m;
  ^
0_0_29642663_23133.cpp:13:8: error: stray '#' in program
     cin>>m;
        ^
0_0_29642663_23133.cpp:13:14: error: stray '#' in program
     cin>>m;
              ^
0_0_29642663_23133.cpp:13:20: error: stray '#' in program
     cin>>m;
                    ^
0_0_29642663_23133.cpp:14:2: error: stray '#' in program
     while(m--){
  ^
0_0_29642663_23133.cpp:14:8: error: stray '#' in program
     while(m--){
        ^
0_0_29642663_23133.cpp:14:14: error: stray '#' in program
     while(m--){
              ^
0_0_29642663_23133.cpp:14:20: error: stray '#' in program
     while(m--){
                    ^
0_0_29642663_23133.cpp:15:2: error: stray '#' in program
         cin>>n;
  ^
0_0_29642663_23133.cpp:15:8: error: stray '#' in program
         cin>>n;
        ^
0_0_29642663_23133.cpp:15:14: error: stray '#' in program
         cin>>n;
              ^
0_0_29642663_23133.cpp:15:20: error: stray '#' in program
         cin>>n;
                    ^
0_0_29642663_23133.cpp:16:2: error: stray '#' in program
         cout<<a[n]<<endl;
  ^
0_0_29642663_23133.cpp:16:8: error: stray '#' in program
         cout<<a[n]<<endl;
        ^
0_0_29642663_23133.cpp:16:14: error: stray '#' in program
         cout<<a[n]<<endl;
              ^
0_0_29642663_23133.cpp:16:20: error: stray '#' in program
         cout<<a[n]<<endl;
                    ^
0_0_29642663_23133.cpp:16:26: error: stray '#' in program
         cout<<a[n]<<endl;
                          ^
0_0_29642663_23133.cpp:16:32: error: stray '#' in program
         cout<<a[n]<<endl;
                                ^
0_0_29642663_23133.cpp:16:38: error: stray '#' in program
         cout<<a[n]<<endl;
                                      ^
0_0_29642663_23133.cpp:16:44: error: stray '#' in program
         cout<<a[n]<<endl;
                                            ^
0_0_29642663_23133.cpp:17:2: error: stray '#' in program
     }
  ^
0_0_29642663_23133.cpp:17:8: error: stray '#' in program
     }
        ^
0_0_29642663_23133.cpp:17:14: error: stray '#' in program
     }
              ^
0_0_29642663_23133.cpp:17:20: error: stray '#' in program
     }
                    ^
0_0_29642663_23133.cpp: In function 'int main()':
0_0_29642663_23133.cpp:4:3: error: lvalue required as unary '&' operand
     
   ^
0_0_29642663_23133.cpp:4:9: error: lvalue required as unary '&' operand
     
         ^
0_0_29642663_23133.cpp:4:15: error: lvalue required as unary '&' operand
     
               ^
0_0_29642663_23133.cpp:4:21: error: lvalue required as unary '&' operand
     
                     ^
0_0_29642663_23133.cpp:5:3: error: lvalue required as unary '&' operand
     long long  a[1010];
   ^
0_0_29642663_23133.cpp:5:9: error: lvalue required as unary '&' operand
     long long  a[1010];
         ^
0_0_29642663_23133.cpp:5:15: error: lvalue required as unary '&' operand
     long long  a[1010];
               ^
0_0_29642663_23133.cpp:5:21: error: lvalue required as unary '&' operand
     long long  a[1010];
                     ^
0_0_29642663_23133.cpp:10:7: error: lvalue required as unary '&' operand
         a[i]=pow(3,i);
       ^
0_0_29642663_23133.cpp:10:13: error: lvalue required as unary '&' operand
         a[i]=pow(3,i);
             ^
0_0_29642663_23133.cpp:10:19: error: lvalue required as unary '&' operand
         a[i]=pow(3,i);
                   ^
0_0_29642663_23133.cpp:10:25: error: lvalue required as unary '&' operand
         a[i]=pow(3,i);
                         ^
0_0_29642663_23133.cpp:11:3: error: lvalue required as unary '&' operand
     }
   ^
0_0_29642663_23133.cpp:11:9: error: lvalue required as unary '&' operand
     }
         ^
0_0_29642663_23133.cpp:11:15: error: lvalue required as unary '&' operand
     }
               ^
0_0_29642663_23133.cpp:11:21: error: lvalue required as unary '&' operand
     }
                     ^
0_0_29642663_23133.cpp:12:3: error: lvalue required as unary '&' operand
     int m,n;
   ^
0_0_29642663_23133.cpp:12:9: error: lvalue required as unary '&' operand
     int m,n;
         ^
0_0_29642663_23133.cpp:12:15: error: lvalue required as unary '&' operand
     int m,n;
               ^
0_0_29642663_23133.cpp:12:21: error: lvalue required as unary '&' operand
     int m,n;
                     ^
0_0_29642663_23133.cpp:13:3: error: lvalue required as unary '&' operand
     cin>>m;
   ^
0_0_29642663_23133.cpp:13:9: error: lvalue required as unary '&' operand
     cin>>m;
         ^
0_0_29642663_23133.cpp:13:15: error: lvalue required as unary '&' operand
     cin>>m;
               ^
0_0_29642663_23133.cpp:13:21: error: lvalue required as unary '&' operand
     cin>>m;
                     ^
0_0_29642663_23133.cpp:14:3: error: lvalue required as unary '&' operand
     while(m--){
   ^
0_0_29642663_23133.cpp:14:9: error: lvalue required as unary '&' operand
     while(m--){
         ^
0_0_29642663_23133.cpp:14:15: error: lvalue required as unary '&' operand
     while(m--){
               ^
0_0_29642663_23133.cpp:14:21: error: lvalue required as unary '&' operand
     while(m--){
                     ^
0_0_29642663_23133.cpp:15:3: error: lvalue required as unary '&' operand
         cin>>n;
   ^
0_0_29642663_23133.cpp:15:9: error: lvalue required as unary '&' operand
         cin>>n;
         ^
0_0_29642663_23133.cpp:15:15: error: lvalue required as unary '&' operand
         cin>>n;
               ^
0_0_29642663_23133.cpp:15:21: error: lvalue required as unary '&' operand
         cin>>n;
                     ^
0_0_29642663_23133.cpp:16:3: error: lvalue required as unary '&' operand
         cout<<a[n]<<endl;
   ^
0_0_29642663_23133.cpp:16:9: error: lvalue required as unary '&' operand
         cout<<a[n]<<endl;
         ^
0_0_29642663_23133.cpp:16:15: error: lvalue required as unary '&' operand
    


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-18 05:44:46, Gzip enabled