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_37587149_32558.cpp:5:18: error: declaration does not declare anything [-fpermissive]
 #define int long long;
                  ^
0_0_37587149_32558.cpp:6:7: note: in expansion of macro 'int'
 const int N=1e5+10;
       ^
0_0_37587149_32558.cpp:6:11: error: 'N' does not name a type
 const int N=1e5+10;
           ^
0_0_37587149_32558.cpp:5:18: error: declaration does not declare anything [-fpermissive]
 #define int long long;
                  ^
0_0_37587149_32558.cpp:7:1: note: in expansion of macro 'int'
 int a[N];
 ^
0_0_37587149_32558.cpp:7:5: error: 'a' does not name a type
 int a[N];
     ^
0_0_37587149_32558.cpp:5:18: error: declaration does not declare anything [-fpermissive]
 #define int long long;
                  ^
0_0_37587149_32558.cpp:8:1: note: in expansion of macro 'int'
 int n;
 ^
0_0_37587149_32558.cpp:8:5: error: 'n' does not name a type
 int n;
     ^
0_0_37587149_32558.cpp:5:22: error: expected ')' before ';' token
 #define int long long;
                      ^
0_0_37587149_32558.cpp:9:12: note: in expansion of macro 'int'
 bool check(int x){
            ^
0_0_37587149_32558.cpp:9:16: error: 'x' does not name a type
 bool check(int x){
                ^
0_0_37587149_32558.cpp: In function 'int main()':
0_0_37587149_32558.cpp:5:18: error: declaration does not declare anything [-fpermissive]
 #define int long long;
                  ^
0_0_37587149_32558.cpp:22:2: note: in expansion of macro 'int'
  int t;
  ^
0_0_37587149_32558.cpp:22:6: error: 't' was not declared in this scope
  int t;
      ^
0_0_37587149_32558.cpp:5:18: error: declaration does not declare anything [-fpermissive]
 #define int long long;
                  ^
0_0_37587149_32558.cpp:24:6: note: in expansion of macro 'int'
  for(int T=1;T<=t;T++){
      ^
0_0_37587149_32558.cpp:24:10: error: 'T' was not declared in this scope
  for(int T=1;T<=t;T++){
          ^
0_0_37587149_32558.cpp:24:18: error: expected ')' before ';' token
  for(int T=1;T<=t;T++){
                  ^
0_0_37587149_32558.cpp:24:19: error: 'T' was not declared in this scope
  for(int T=1;T<=t;T++){
                   ^


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-18 18:35:51, Gzip enabled