运行 ID: 2409

Main.cc:1:1: error: stray ‘\356’ in program
           
 ^
Main.cc:1:2: error: stray ‘\202’ in program
           
  ^
Main.cc:1:3: error: stray ‘\211’ in program
           
   ^
Main.cc:1:5: error: stray ‘\356’ in program
           
     ^
Main.cc:1:6: error: stray ‘\202’ in program
           
      ^
Main.cc:1:7: error: stray ‘\211’ in program
           
       ^
Main.cc:1:9: error: stray ‘\356’ in program
           
         ^
Main.cc:1:10: error: stray ‘\202’ in program
           
          ^
Main.cc:1:11: error: stray ‘\211’ in program
           
           ^
Main.cc:1:13: error: stray ‘\356’ in program
           
             ^
Main.cc:1:14: error: stray ‘\202’ in program
           
              ^
Main.cc:1:15: error: stray ‘\211’ in program
           
               ^
Main.cc:1:17: error: stray ‘\356’ in program
           
                 ^
Main.cc:1:18: error: stray ‘\202’ in program
           
                  ^
Main.cc:1:19: error: stray ‘\211’ in program
           
                   ^
Main.cc:1:21: error: stray ‘\356’ in program
           
                     ^
Main.cc:1:22: error: stray ‘\202’ in program
           
                      ^
Main.cc:1:23: error: stray ‘\211’ in program
           
                       ^
Main.cc:1:25: error: stray ‘\356’ in program
           
                         ^
Main.cc:1:26: error: stray ‘\202’ in program
           
                          ^
Main.cc:1:27: error: stray ‘\211’ in program
           
                           ^
Main.cc:1:29: error: stray ‘\356’ in program
           
                             ^
Main.cc:1:30: error: stray ‘\202’ in program
           
                              ^
Main.cc:1:31: error: stray ‘\211’ in program
           
                               ^
Main.cc:1:33: error: stray ‘\356’ in program
           
                                 ^
Main.cc:1:34: error: stray ‘\202’ in program
           
                                  ^
Main.cc:1:35: error: stray ‘\211’ in program
           
                                   ^
Main.cc:1:37: error: stray ‘\356’ in program
           
                                     ^
Main.cc:1:38: error: stray ‘\202’ in program
           
                                      ^
Main.cc:1:39: error: stray ‘\211’ in program
           
                                       ^
Main.cc: In function ‘int main()’:
Main.cc:45:10: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
     scanf("%lld",&n);
     ~~~~~^~~~~~~~~~~
Main.cc:47:14: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
         scanf("%lld",&a[i]);
         ~~~~~^~~~~~~~~~~~~~