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_25425298_9241.cpp:33:2: error: stray '#' in program
 }#include<bits/stdc++.h>
  ^
0_0_25425298_9241.cpp:5:1: error: 'LL' does not name a type
 LL quick(LL a,LL k,LL mod){
 ^
0_0_25425298_9241.cpp: In function 'int main()':
0_0_25425298_9241.cpp:23:3: error: 'a' was not declared in this scope
   a=quick(2,3*n+1,250*k)-1;
   ^
0_0_25425298_9241.cpp:23:24: error: 'quick' was not declared in this scope
   a=quick(2,3*n+1,250*k)-1;
                        ^
0_0_25425298_9241.cpp:24:3: error: 'b' was not declared in this scope
   b=quick(251,n+1,250*k)-1;//mod取250*k,目的是先要保留250这个因子,放在取余后再除
   ^
0_0_25425298_9241.cpp:25:3: error: 'ans' was not declared in this scope
   ans=(a*b)%(250*k);
   ^
0_0_25425298_9241.cpp: At global scope:
0_0_25425298_9241.cpp:33:3: error: 'include' does not name a type
 }#include<bits/stdc++.h>
   ^
0_0_25425298_9241.cpp:37:1: error: 'LL' does not name a type
 LL quick(LL a,LL k,LL mod){
 ^
0_0_25425298_9241.cpp: In function 'int main()':
0_0_25425298_9241.cpp:50:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_25425298_9241.cpp:18:5: note: 'int main()' previously defined here
 int main()
     ^
0_0_25425298_9241.cpp:55:3: error: 'a' was not declared in this scope
   a=quick(2,3*n+1,250*k)-1;
   ^
0_0_25425298_9241.cpp:55:24: error: 'quick' was not declared in this scope
   a=quick(2,3*n+1,250*k)-1;
                        ^
0_0_25425298_9241.cpp:56:3: error: 'b' was not declared in this scope
   b=quick(251,n+1,250*k)-1;//mod取250*k,目的是先要保留250这个因子,放在取余后再除
   ^
0_0_25425298_9241.cpp:57:3: error: 'ans' was not declared in this scope
   ans=(a*b)%(250*k);
   ^


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-07-08 08:01:34, Gzip enabled