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_33526108_2317.cpp:83:2: error: stray '#' in program
 }#pragma GCC optimize(3,"Ofast","inline")
  ^
0_0_33526108_2317.cpp:165:2: error: stray '#' in program
 }#pragma GCC optimize(3,"Ofast","inline")
  ^
0_0_33526108_2317.cpp:83:3: error: 'pragma' does not name a type
 }#pragma GCC optimize(3,"Ofast","inline")
   ^
0_0_33526108_2317.cpp:89:11: error: redefinition of 'const int inf'
 const int inf = 0x3f3f3f3f;
           ^
0_0_33526108_2317.cpp:7:11: note: 'const int inf' previously defined here
 const int inf = 0x3f3f3f3f;
           ^
0_0_33526108_2317.cpp:90:11: error: redefinition of 'const int maxn'
 const int maxn = 1e5+10;
           ^
0_0_33526108_2317.cpp:8:11: note: 'const int maxn' previously defined here
 const int maxn = 1e5+10;
           ^
0_0_33526108_2317.cpp:91:10: error: redefinition of 'const ll mod'
 const ll mod = 1e9+9;
          ^
0_0_33526108_2317.cpp:9:10: note: 'const ll mod' previously defined here
 const ll mod = 1e9+9;
          ^
0_0_33526108_2317.cpp:92:4: error: redefinition of 'll a0'
 ll a0 = 691504013;
    ^
0_0_33526108_2317.cpp:10:4: note: 'll a0' previously defined here
 ll a0 = 691504013;
    ^
0_0_33526108_2317.cpp:93:4: error: redefinition of 'll b0'
 ll b0 = 308495997;
    ^
0_0_33526108_2317.cpp:11:4: note: 'll b0' previously defined here
 ll b0 = 308495997;
    ^
0_0_33526108_2317.cpp:94:4: error: redefinition of 'll g5'
 ll g5 = 276601605;
    ^
0_0_33526108_2317.cpp:12:4: note: 'll g5' previously defined here
 ll g5 = 276601605;
    ^
0_0_33526108_2317.cpp:95:4: error: redefinition of 'll aa0'
 ll aa0 = 691504012;
    ^
0_0_33526108_2317.cpp:13:4: note: 'll aa0' previously defined here
 ll aa0 = 691504012;
    ^
0_0_33526108_2317.cpp:99:10: error: redefinition of 'll a [100010]'
 ll a[maxn],b[maxn];
          ^
0_0_33526108_2317.cpp:17:4: note: 'll a [100010]' previously declared here
 ll a[maxn],b[maxn];
    ^
0_0_33526108_2317.cpp:99:18: error: redefinition of 'll b [100010]'
 ll a[maxn],b[maxn];
                  ^
0_0_33526108_2317.cpp:17:12: note: 'll b [100010]' previously declared here
 ll a[maxn],b[maxn];
            ^
0_0_33526108_2317.cpp:100:10: error: redefinition of 'll f [100010]'
 ll f[maxn],inv[maxn];
          ^
0_0_33526108_2317.cpp:18:4: note: 'll f [100010]' previously declared here
 ll f[maxn],inv[maxn];
    ^
0_0_33526108_2317.cpp:100:20: error: redefinition of 'll inv [100010]'
 ll f[maxn],inv[maxn];
                    ^
0_0_33526108_2317.cpp:18:12: note: 'll inv [100010]' previously declared here
 ll f[maxn],inv[maxn];
            ^
0_0_33526108_2317.cpp: In function 'll qpow(ll, ll)':
0_0_33526108_2317.cpp:101:11: error: redefinition of 'll qpow(ll, ll)'
 inline ll qpow(ll a,ll b) {
           ^
0_0_33526108_2317.cpp:19:11: note: 'll qpow(ll, ll)' previously defined here
 inline ll qpow(ll a,ll b) {
           ^
0_0_33526108_2317.cpp: In function 'void init()':
0_0_33526108_2317.cpp:111:6: error: redefinition of 'void init()'
 void init() {
      ^
0_0_33526108_2317.cpp:29:6: note: 'void init()' previously defined here
 void init() {
      ^
0_0_33526108_2317.cpp: In function 'void solve(ll, ll, int)':
0_0_33526108_2317.cpp:123:6: error: redefinition of 'void solve(ll, ll, int)'
 void solve(ll n,ll c,int k) {
      ^
0_0_33526108_2317.cpp:41:6: note: 'void solve(ll, ll, int)' previously defined here
 void solve(ll n,ll c,int k) {
      ^
0_0_33526108_2317.cpp: In function 'int main()':
0_0_33526108_2317.cpp:148:5: error: redefinition of 'int main()'
 int main() 
     ^
0_0_33526108_2317.cpp:66:5: note: 'int main()' previously defined here
 int main() 
     ^
0_0_33526108_2317.cpp: At global scope:
0_0_33526108_2317.cpp:165:3: error: 'pragma' does not name a type
 }#pragma GCC optimize(3,"Ofast","inline")
   ^
0_0_33526108_2317.cpp:171:11: error: redefinition of 'const int inf'
 const int inf = 0x3f3f3f3f;
           ^
0_0_33526108_2317.cpp:7:11: note: 'const int inf' previously defined here
 const int inf = 0x3f3f3f3f;
           ^
0_0_33526108_2317.cpp:172:11: error: redefinition of 'const int maxn'
 const int maxn = 1e5+10;
           ^
0_0_33526108_2317.cpp:8:11: note: 'const int maxn' previously defined here
 const int maxn = 1e5+10;
           ^
0_0_33526108_2317.cpp:173:10: error: redefinition of 'const ll mod'
 const ll mod = 1e9+9;
          ^
0_0_33526108_2317.cpp:9:10: note: 'const ll mod' previously defined here
 const ll mod = 1e9+9;
          ^
0_0_33526108_2317.cpp:174:4: error: redefinition of 'll a0'
 ll a0 = 691504013;
    ^
0_0_33526108_2317.cpp:10:4: note: 'll a0' previously defined here
 ll a0 = 691504013;
    ^
0_0_33526108_2317.cpp:175:4: error: redefinition of 'll b0'
 ll b0 = 308495997;
    ^
0_0_33526108_2317.cpp:11:4: note: 'll b0' previously defined here
 ll b0 = 308495997;
    ^
0_0_33526108_2317.cpp:176:4: error: redefinition of 'll g5'
 ll g5 = 276601605;
    ^
0_0_33526108_2317.cpp:12:4: note: 'll g5' previously defined here
 ll g5 = 276601605;
    ^
0_0_33526108_2317.cpp:177:4: error: redefinition of 'll aa0'
 ll aa0 = 691504012;
    ^
0_0_33526108_2317.cpp:13:4: note: 'll aa0' previously defined here
 ll aa0 = 691504012;
    ^
0_0_33526108_2317.cpp:181:10: error: redefinition of 'll a [100010]'
 ll a[maxn],b[maxn];
          ^
0_0_33526108_2317.cpp:17:4: note: 'll a [100010]' previously declared here
 ll a[maxn],b[maxn];
    ^
0_0_33526108_2317.cpp:181:18: error: redefinition of 'll b [100010]'
 ll a[maxn],b[maxn];
                  ^
0_0_33526108_2317.cpp:17:12: note: 'll b [100010]' previously declared here
 ll a[maxn],b[maxn];
            ^
0_0_33526108_2317.cpp:182:10: error: redefinition of 'll f [100010]'
 ll f[maxn],inv[maxn];
          ^
0_0_33526108_2317.cpp:18:4: note: 'll f [100010]' previously declared here
 ll f[maxn],inv[maxn];
    ^
0_0_33526108_2317.cpp:182:20: error: redefinition of 'll inv [100010]'
 ll f[maxn],inv[maxn];
                    ^
0_0_33526108_2317.cpp:18:12: note: 'll inv [100010]' previously declared here
 ll f[maxn],inv[maxn];
            ^
0_0_33526108_2317.cpp: In function 'll qpow(ll, ll)':
0_0_33526108_2317.cpp:183:11: error: redefinition of 'll qpow(ll, ll)'
 inline ll qpow(ll a,ll b) {
           ^
0_0_33526108_2317.cpp:19:11: note: 'll qpow(ll, ll)' previously defined here
 inline ll qpow(ll a,ll b) {
           ^
0_0_33526108_2317.cpp: In function 'void init()':
0_0_33526108_2317.cpp:193:6: error: redefinition of 'void init()'
 void init() {
      ^
0_0_33526108_2317.cpp:29:6: note: 'void init()' previously defined here
 void init() {
      ^
0_0_33526108_2317.cpp: In function 'void solve(ll, ll, int)':
0_0_33526108_2317.cpp:205:6: error: redefinition of 'void solve(ll, ll, int)'
 void solve(ll n,ll c,int k) {
      ^
0_0_33526108_2317.cpp:41:6: note: 'void solve(ll, ll, int)' previously defined here
 void solve(ll n,ll c,int k) {
      ^
0_0_33526108_2317.cpp: In function 'int main()':
0_0_33526108_2317.cpp:230:5: error: redefinition of 'int main()'
 int main() 
     ^
0_0_33526108_2317.cpp:66:5: note: 'int main()' previously defined here
 int main() 
     ^


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-17 03:26:28, Gzip enabled