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


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:32:59, Gzip enabled