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_18591472_16435.cpp:9:2: error: stray '#' in program
     int T, n, k, kase = 0;
  ^
0_0_18591472_16435.cpp:9:8: error: stray '#' in program
     int T, n, k, kase = 0;
        ^
0_0_18591472_16435.cpp:9:14: error: stray '#' in program
     int T, n, k, kase = 0;
              ^
0_0_18591472_16435.cpp:9:20: error: stray '#' in program
     int T, n, k, kase = 0;
                    ^
0_0_18591472_16435.cpp:10:2: error: stray '#' in program
     scanf("%d", &T);
  ^
0_0_18591472_16435.cpp:10:8: error: stray '#' in program
     scanf("%d", &T);
        ^
0_0_18591472_16435.cpp:10:14: error: stray '#' in program
     scanf("%d", &T);
              ^
0_0_18591472_16435.cpp:10:20: error: stray '#' in program
     scanf("%d", &T);
                    ^
0_0_18591472_16435.cpp:11:2: error: stray '#' in program
     while(T--)
  ^
0_0_18591472_16435.cpp:11:8: error: stray '#' in program
     while(T--)
        ^
0_0_18591472_16435.cpp:11:14: error: stray '#' in program
     while(T--)
              ^
0_0_18591472_16435.cpp:11:20: error: stray '#' in program
     while(T--)
                    ^
0_0_18591472_16435.cpp:12:2: error: stray '#' in program
     {
  ^
0_0_18591472_16435.cpp:12:8: error: stray '#' in program
     {
        ^
0_0_18591472_16435.cpp:12:14: error: stray '#' in program
     {
              ^
0_0_18591472_16435.cpp:12:20: error: stray '#' in program
     {
                    ^
0_0_18591472_16435.cpp:13:2: error: stray '#' in program
         int tmp = -1;
  ^
0_0_18591472_16435.cpp:13:8: error: stray '#' in program
         int tmp = -1;
        ^
0_0_18591472_16435.cpp:13:14: error: stray '#' in program
         int tmp = -1;
              ^
0_0_18591472_16435.cpp:13:20: error: stray '#' in program
         int tmp = -1;
                    ^
0_0_18591472_16435.cpp:13:26: error: stray '#' in program
         int tmp = -1;
                          ^
0_0_18591472_16435.cpp:13:32: error: stray '#' in program
         int tmp = -1;
                                ^
0_0_18591472_16435.cpp:13:38: error: stray '#' in program
         int tmp = -1;
                                      ^
0_0_18591472_16435.cpp:13:44: error: stray '#' in program
         int tmp = -1;
                                            ^
0_0_18591472_16435.cpp:14:2: error: stray '#' in program
         scanf("%d%d", &n, &k);
  ^
0_0_18591472_16435.cpp:14:8: error: stray '#' in program
         scanf("%d%d", &n, &k);
        ^
0_0_18591472_16435.cpp:14:14: error: stray '#' in program
         scanf("%d%d", &n, &k);
              ^
0_0_18591472_16435.cpp:14:20: error: stray '#' in program
         scanf("%d%d", &n, &k);
                    ^
0_0_18591472_16435.cpp:14:26: error: stray '#' in program
         scanf("%d%d", &n, &k);
                          ^
0_0_18591472_16435.cpp:14:32: error: stray '#' in program
         scanf("%d%d", &n, &k);
                                ^
0_0_18591472_16435.cpp:14:38: error: stray '#' in program
         scanf("%d%d", &n, &k);
                                      ^
0_0_18591472_16435.cpp:14:44: error: stray '#' in program
         scanf("%d%d", &n, &k);
                                            ^
0_0_18591472_16435.cpp:15:2: error: stray '#' in program
         printf("Case #%d:", ++kase);
  ^
0_0_18591472_16435.cpp:15:8: error: stray '#' in program
         printf("Case #%d:", ++kase);
        ^
0_0_18591472_16435.cpp:15:14: error: stray '#' in program
         printf("Case #%d:", ++kase);
              ^
0_0_18591472_16435.cpp:15:20: error: stray '#' in program
         printf("Case #%d:", ++kase);
                    ^
0_0_18591472_16435.cpp:15:26: error: stray '#' in program
         printf("Case #%d:", ++kase);
                          ^
0_0_18591472_16435.cpp:15:32: error: stray '#' in program
         printf("Case #%d:", ++kase);
                                ^
0_0_18591472_16435.cpp:15:38: error: stray '#' in program
         printf("Case #%d:", ++kase);
                                      ^
0_0_18591472_16435.cpp:15:44: error: stray '#' in program
         printf("Case #%d:", ++kase);
                                            ^
0_0_18591472_16435.cpp:16:2: error: stray '#' in program
         if(k == 1){
  ^
0_0_18591472_16435.cpp:16:8: error: stray '#' in program
         if(k == 1){
        ^
0_0_18591472_16435.cpp:16:14: error: stray '#' in program
         if(k == 1){
              ^
0_0_18591472_16435.cpp:16:20: error: stray '#' in program
         if(k == 1){
                    ^
0_0_18591472_16435.cpp:16:26: error: stray '#' in program
         if(k == 1){
                          ^
0_0_18591472_16435.cpp:16:32: error: stray '#' in program
         if(k == 1){
                                ^
0_0_18591472_16435.cpp:16:38: error: stray '#' in program
         if(k == 1){
                                      ^
0_0_18591472_16435.cpp:16:44: error: stray '#' in program
         if(k == 1){
                                            ^
0_0_18591472_16435.cpp:17:2: error: stray '#' in program
             for(int i = 1; i <= n; i++)
  ^
0_0_18591472_16435.cpp:17:8: error: stray '#' in program
             for(int i = 1; i <= n; i++)
        ^
0_0_18591472_16435.cpp:17:14: error: stray '#' in program
             for(int i = 1; i <= n; i++)
              ^
0_0_18591472_16435.cpp:17:20: error: stray '#' in program
             for(int i = 1; i <= n; i++)
                    ^
0_0_18591472_16435.cpp:17:26: error: stray '#' in program
             for(int i = 1; i <= n; i++)
                          ^
0_0_18591472_16435.cpp:17:32: error: stray '#' in program
             for(int i = 1; i <= n; i++)
                                ^
0_0_18591472_16435.cpp:17:38: error: stray '#' in program
             for(int i = 1; i <= n; i++)
                                      ^
0_0_18591472_16435.cpp:17:44: error: stray '#' in program
             for(int i = 1; i <= n; i++)
                                            ^
0_0_18591472_16435.cpp:17:50: error: stray '#' in program
             for(int i = 1; i <= n; i++)
                                                  ^
0_0_18591472_16435.cpp:17:56: error: stray '#' in program
             for(int i = 1; i <= n; i++)
                                                        ^
0_0_18591472_16435.cpp:17:62: error: stray '#' in program
             for(int i = 1; i <= n; i++)
                                                              ^
0_0_18591472_16435.cpp:17:68: error: stray '#' in program
             for(int i = 1; i <= n; i++)
                                                                    ^
0_0_18591472_16435.cpp:18:2: error: stray '#' in program
                   printf(" %d", i);
  ^
0_0_18591472_16435.cpp:18:8: error: stray '#' in program
                   printf(" %d", i);
        ^
0_0_18591472_16435.cpp:18:14: error: stray '#' in program
                   printf(" %d", i);
              ^
0_0_18591472_16435.cpp:18:20: error: stray '#' in program
 


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-09-29 00:22:32, Gzip enabled