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_29237442_29339.cpp:2:7: error: stray '#' in program
 using namespace std;
       ^
0_0_29237442_29339.cpp:2:22: error: stray '#' in program
 using namespace std;
                      ^
0_0_29237442_29339.cpp:3:5: error: stray '#' in program
 int main()
     ^
0_0_29237442_29339.cpp:5:2: error: stray '#' in program
     int t;
  ^
0_0_29237442_29339.cpp:5:8: error: stray '#' in program
     int t;
        ^
0_0_29237442_29339.cpp:5:14: error: stray '#' in program
     int t;
              ^
0_0_29237442_29339.cpp:5:20: error: stray '#' in program
     int t;
                    ^
0_0_29237442_29339.cpp:5:29: error: stray '#' in program
     int t;
                             ^
0_0_29237442_29339.cpp:6:2: error: stray '#' in program
     scanf("%d", &t);
  ^
0_0_29237442_29339.cpp:6:8: error: stray '#' in program
     scanf("%d", &t);
        ^
0_0_29237442_29339.cpp:6:14: error: stray '#' in program
     scanf("%d", &t);
              ^
0_0_29237442_29339.cpp:6:20: error: stray '#' in program
     scanf("%d", &t);
                    ^
0_0_29237442_29339.cpp:6:37: error: stray '#' in program
     scanf("%d", &t);
                                     ^
0_0_29237442_29339.cpp:7:2: error: stray '#' in program
     while(t--)
  ^
0_0_29237442_29339.cpp:7:8: error: stray '#' in program
     while(t--)
        ^
0_0_29237442_29339.cpp:7:14: error: stray '#' in program
     while(t--)
              ^
0_0_29237442_29339.cpp:7:20: error: stray '#' in program
     while(t--)
                    ^
0_0_29237442_29339.cpp:8:2: error: stray '#' in program
     {
  ^
0_0_29237442_29339.cpp:8:8: error: stray '#' in program
     {
        ^
0_0_29237442_29339.cpp:8:14: error: stray '#' in program
     {
              ^
0_0_29237442_29339.cpp:8:20: error: stray '#' in program
     {
                    ^
0_0_29237442_29339.cpp:9:2: error: stray '#' in program
         long long n, m, p, q;
  ^
0_0_29237442_29339.cpp:9:8: error: stray '#' in program
         long long n, m, p, q;
        ^
0_0_29237442_29339.cpp:9:14: error: stray '#' in program
         long long n, m, p, q;
              ^
0_0_29237442_29339.cpp:9:20: error: stray '#' in program
         long long n, m, p, q;
                    ^
0_0_29237442_29339.cpp:9:26: error: stray '#' in program
         long long n, m, p, q;
                          ^
0_0_29237442_29339.cpp:9:32: error: stray '#' in program
         long long n, m, p, q;
                                ^
0_0_29237442_29339.cpp:9:38: error: stray '#' in program
         long long n, m, p, q;
                                      ^
0_0_29237442_29339.cpp:9:44: error: stray '#' in program
         long long n, m, p, q;
                                            ^
0_0_29237442_29339.cpp:9:54: error: stray '#' in program
         long long n, m, p, q;
                                                      ^
0_0_29237442_29339.cpp:9:64: error: stray '#' in program
         long long n, m, p, q;
                                                                ^
0_0_29237442_29339.cpp:9:72: error: stray '#' in program
         long long n, m, p, q;
                                                                        ^
0_0_29237442_29339.cpp:9:80: error: stray '#' in program
         long long n, m, p, q;
                                                                                ^
0_0_29237442_29339.cpp:9:88: error: stray '#' in program
         long long n, m, p, q;
                                                                                        ^
0_0_29237442_29339.cpp:10:2: error: stray '#' in program
         scanf("%lld%lld", &n, &m);
  ^
0_0_29237442_29339.cpp:10:8: error: stray '#' in program
         scanf("%lld%lld", &n, &m);
        ^
0_0_29237442_29339.cpp:10:14: error: stray '#' in program
         scanf("%lld%lld", &n, &m);
              ^
0_0_29237442_29339.cpp:10:20: error: stray '#' in program
         scanf("%lld%lld", &n, &m);
                    ^
0_0_29237442_29339.cpp:10:26: error: stray '#' in program
         scanf("%lld%lld", &n, &m);
                          ^
0_0_29237442_29339.cpp:10:32: error: stray '#' in program
         scanf("%lld%lld", &n, &m);
                                ^
0_0_29237442_29339.cpp:10:38: error: stray '#' in program
         scanf("%lld%lld", &n, &m);
                                      ^
0_0_29237442_29339.cpp:10:44: error: stray '#' in program
         scanf("%lld%lld", &n, &m);
                                            ^
0_0_29237442_29339.cpp:10:67: error: stray '#' in program
         scanf("%lld%lld", &n, &m);
                                                                   ^
0_0_29237442_29339.cpp:10:76: error: stray '#' in program
         scanf("%lld%lld", &n, &m);
                                                                            ^
0_0_29237442_29339.cpp:11:2: error: stray '#' in program
         long long ans = 0;
  ^
0_0_29237442_29339.cpp:11:8: error: stray '#' in program
         long long ans = 0;
        ^
0_0_29237442_29339.cpp:11:14: error: stray '#' in program
         long long ans = 0;
              ^
0_0_29237442_29339.cpp:11:20: error: stray '#' in program
         long long ans = 0;
                    ^
0_0_29237442_29339.cpp:11:26: error: stray '#' in program
         long long ans = 0;
                          ^
0_0_29237442_29339.cpp:11:32: error: stray '#' in program
         long long ans = 0;
                                ^
0_0_29237442_29339.cpp:11:38: error: stray '#' in program
         long long ans = 0;
                                      ^
0_0_29237442_29339.cpp:11:44: error: stray '#' in program
         long long ans = 0;
                                            ^
0_0_29237442_29339.cpp:11:54: error: stray '#' in program
         long long ans = 0;
                                                      ^
0_0_29237442_29339.cpp:11:64: error: stray '#' in program
         long long ans = 0;
                                                                ^
0_0_29237442_29339.cpp:11:73: error: stray '#' in program
         long long ans = 0;
                                                                         ^
0_0_29237442_29339.cpp:11:80: error: stray '#' in program
         long long ans = 0;
                                                                                ^
0_0_29237442_29339.cpp:12:2: error: stray '#' in program
         int flag = 0;
  ^
0_0_29237442_29339.cpp:12:8: error: stray '#' in program
         int flag = 0;
        ^
0_0_29237442_29339.cpp:12:14: error: stray '#' in program
         int flag = 0;
              ^
0_0_29237442_29339.cpp:12:20: error: stray '#' in program
         int flag = 0;
                    ^
0_0_29237442_29339.cpp:12:26: error: stray '#' in program
         int flag = 0;
             


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-06-27 00:01:53, Gzip enabled