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_37729462_22674.cpp:13:1: error: 'LL' does not name a type
 LL prime[6] = {2, 3, 5, 233, 331};
 ^
0_0_37729462_22674.cpp:14:1: error: 'LL' does not name a type
 LL qmul(LL x, LL y, LL mod) { // 乘法防止溢出, 如果p * p不爆LL的话可以直接乘; O(1)乘法或者转化成二进制加法
 ^
0_0_37729462_22674.cpp:28:1: error: 'LL' does not name a type
 LL qpow(LL a, LL n, LL mod) {
 ^
0_0_37729462_22674.cpp:37:19: error: 'LL' was not declared in this scope
 bool Miller_Rabin(LL p) {
                   ^
0_0_37729462_22674.cpp:37:25: error: expected ',' or ';' before '{' token
 bool Miller_Rabin(LL p) {
                         ^


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-29 11:16:58, Gzip enabled