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_20029737_9736.cpp:2:9: error: stray '#' in program
 __int64 ans[55] = {1, 1};  
         ^
0_0_20029737_9736.cpp:2:22: error: stray '#' in program
 __int64 ans[55] = {1, 1};  
                      ^
0_0_20029737_9736.cpp:2:29: error: stray '#' in program
 __int64 ans[55] = {1, 1};  
                             ^
0_0_20029737_9736.cpp:2:38: error: stray '#' in program
 __int64 ans[55] = {1, 1};  
                                      ^
0_0_20029737_9736.cpp:2:47: error: stray '#' in program
 __int64 ans[55] = {1, 1};  
                                               ^
0_0_20029737_9736.cpp:2:53: error: stray '#' in program
 __int64 ans[55] = {1, 1};  
                                                     ^
0_0_20029737_9736.cpp:3:6: error: stray '#' in program
 void f()  
      ^
0_0_20029737_9736.cpp:3:15: error: stray '#' in program
 void f()  
               ^
0_0_20029737_9736.cpp:3:21: error: stray '#' in program
 void f()  
                     ^
0_0_20029737_9736.cpp:4:3: error: stray '#' in program
 {  
   ^
0_0_20029737_9736.cpp:4:9: error: stray '#' in program
 {  
         ^
0_0_20029737_9736.cpp:5:2: error: stray '#' in program
     for(int i = 2; i <54; i ++)  
  ^
0_0_20029737_9736.cpp:5:8: error: stray '#' in program
     for(int i = 2; i <54; i ++)  
        ^
0_0_20029737_9736.cpp:5:14: error: stray '#' in program
     for(int i = 2; i <54; i ++)  
              ^
0_0_20029737_9736.cpp:5:20: error: stray '#' in program
     for(int i = 2; i <54; i ++)  
                    ^
0_0_20029737_9736.cpp:5:33: error: stray '#' in program
     for(int i = 2; i <54; i ++)  
                                 ^
0_0_20029737_9736.cpp:5:40: error: stray '#' in program
     for(int i = 2; i <54; i ++)  
                                        ^
0_0_20029737_9736.cpp:5:47: error: stray '#' in program
     for(int i = 2; i <54; i ++)  
                                               ^
0_0_20029737_9736.cpp:5:55: error: stray '#' in program
     for(int i = 2; i <54; i ++)  
                                                       ^
0_0_20029737_9736.cpp:5:62: error: stray '#' in program
     for(int i = 2; i <54; i ++)  
                                                              ^
0_0_20029737_9736.cpp:5:72: error: stray '#' in program
     for(int i = 2; i <54; i ++)  
                                                                        ^
0_0_20029737_9736.cpp:5:79: error: stray '#' in program
     for(int i = 2; i <54; i ++)  
                                                                               ^
0_0_20029737_9736.cpp:5:88: error: stray '#' in program
     for(int i = 2; i <54; i ++)  
                                                                                        ^
0_0_20029737_9736.cpp:5:94: error: stray '#' in program
     for(int i = 2; i <54; i ++)  
                                                                                              ^
0_0_20029737_9736.cpp:6:2: error: stray '#' in program
         ans[i] = ans[i-1]+ans[i-2];  
  ^
0_0_20029737_9736.cpp:6:8: error: stray '#' in program
         ans[i] = ans[i-1]+ans[i-2];  
        ^
0_0_20029737_9736.cpp:6:14: error: stray '#' in program
         ans[i] = ans[i-1]+ans[i-2];  
              ^
0_0_20029737_9736.cpp:6:20: error: stray '#' in program
         ans[i] = ans[i-1]+ans[i-2];  
                    ^
0_0_20029737_9736.cpp:6:26: error: stray '#' in program
         ans[i] = ans[i-1]+ans[i-2];  
                          ^
0_0_20029737_9736.cpp:6:32: error: stray '#' in program
         ans[i] = ans[i-1]+ans[i-2];  
                                ^
0_0_20029737_9736.cpp:6:38: error: stray '#' in program
         ans[i] = ans[i-1]+ans[i-2];  
                                      ^
0_0_20029737_9736.cpp:6:44: error: stray '#' in program
         ans[i] = ans[i-1]+ans[i-2];  
                                            ^
0_0_20029737_9736.cpp:6:56: error: stray '#' in program
         ans[i] = ans[i-1]+ans[i-2];  
                                                        ^
0_0_20029737_9736.cpp:6:63: error: stray '#' in program
         ans[i] = ans[i-1]+ans[i-2];  
                                                               ^
0_0_20029737_9736.cpp:6:87: error: stray '#' in program
         ans[i] = ans[i-1]+ans[i-2];  
                                                                                       ^
0_0_20029737_9736.cpp:6:93: error: stray '#' in program
         ans[i] = ans[i-1]+ans[i-2];  
                                                                                             ^
0_0_20029737_9736.cpp:7:3: error: stray '#' in program
 }  
   ^
0_0_20029737_9736.cpp:7:9: error: stray '#' in program
 }  
         ^
0_0_20029737_9736.cpp:8:5: error: stray '#' in program
 int main()  
     ^
0_0_20029737_9736.cpp:8:17: error: stray '#' in program
 int main()  
                 ^
0_0_20029737_9736.cpp:8:23: error: stray '#' in program
 int main()  
                       ^
0_0_20029737_9736.cpp:9:3: error: stray '#' in program
 {  
   ^
0_0_20029737_9736.cpp:9:9: error: stray '#' in program
 {  
         ^
0_0_20029737_9736.cpp:10:2: error: stray '#' in program
     f();  
  ^
0_0_20029737_9736.cpp:10:8: error: stray '#' in program
     f();  
        ^
0_0_20029737_9736.cpp:10:14: error: stray '#' in program
     f();  
              ^
0_0_20029737_9736.cpp:10:20: error: stray '#' in program
     f();  
                    ^
0_0_20029737_9736.cpp:10:30: error: stray '#' in program
     f();  
                              ^
0_0_20029737_9736.cpp:10:36: error: stray '#' in program
     f();  
                                    ^
0_0_20029737_9736.cpp:11:2: error: stray '#' in program
     int n;  
  ^
0_0_20029737_9736.cpp:11:8: error: stray '#' in program
     int n;  
        ^
0_0_20029737_9736.cpp:11:14: error: stray '#' in program
     int n;  
              ^
0_0_20029737_9736.cpp:11:20: error: stray '#' in program
     int n;  
                    ^
0_0_20029737_9736.cpp:11:29: error: stray '#' in program
     int n;  
                             ^
0_0_20029737_9736.cpp:11:37: error: stray '#' in program
     int n;  
                                     ^
0_0_20029737_9736.cpp:11:43: error: stray '#' in program
     int n;  
                                           ^
0_0_20029737_9736.cpp:12:2: error: stray '#' in program
     while(scanf("%d", &n) == 1){  
  ^
0_0_20029737_9736.cpp:12:8: error: stray '#' in program
     while(scanf("%d", &n) == 1){  
        ^
0_0_20029737_9736.cpp:12:14: error: stray '#' in program
     while(scanf("%d", &n) == 1){  
              ^
0_0_20029737_9736.cpp:12:20: error: stray '#' in program
     while(scanf("%d", &n) == 1){  
                    ^
0_0_20029737_9736.cpp:12:43: error: stray '#' in program
     while(scanf("%d", &n) == 1){  
                                           ^
0_0_20029737_9736.cpp:12:52: error: stray '#' in program
     while(scanf("%d", &n) == 1){  
                


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-15 11:58:49, Gzip enabled