0_0_30445928_22740.cpp:19:3: error: stray '\274' in program
BigInteger s1=big.加(big.乘(n.pow(3), b), big.乘(big.乘(big.乘(n, n), big.减(n, BigInteger.ONE)), a));
^
0_0_30445928_22740.cpp:19:3: error: stray '\323' in program
0_0_30445928_22740.cpp:19:3: error: stray '\263' in program
0_0_30445928_22740.cpp:19:3: error: stray '\313' in program
0_0_30445928_22740.cpp:19:3: error: stray '\263' in program
0_0_30445928_22740.cpp:19:3: error: stray '\313' in program
0_0_30445928_22740.cpp:19:3: error: stray '\263' in program
0_0_30445928_22740.cpp:19:3: error: stray '\313' in program
0_0_30445928_22740.cpp:19:3: error: stray '\263' in program
0_0_30445928_22740.cpp:19:3: error: stray '\313' in program
0_0_30445928_22740.cpp:19:3: error: stray '\274' in program
0_0_30445928_22740.cpp:19:3: error: stray '\365' in program
0_0_30445928_22740.cpp:21:3: error: stray '\265' in program
if(big.等(big.mod(n, new BigInteger("2")), BigInteger.ONE)==0) {
^
0_0_30445928_22740.cpp:21:3: error: stray '\310' in program
0_0_30445928_22740.cpp:25:3: error: stray '\263' in program
BigInteger s2=big.乘(new BigInteger("18"), big.除(n, new BigInteger("2")).pow(2));
^
0_0_30445928_22740.cpp:25:3: error: stray '\313' in program
0_0_30445928_22740.cpp:25:3: error: stray '\263' in program
0_0_30445928_22740.cpp:25:3: error: stray '\375' in program
0_0_30445928_22740.cpp:26:3: error: stray '\263' in program
s2=big.乘(s2, a);
^
0_0_30445928_22740.cpp:26:3: error: stray '\313' in program
0_0_30445928_22740.cpp:28:3: error: stray '\263' in program
BigInteger s3=cf(big.除(n, new BigInteger("2")), a, b);
^
0_0_30445928_22740.cpp:28:3: error: stray '\375' in program
0_0_30445928_22740.cpp:29:3: error: stray '\263' in program
s3=big.乘(s3, new BigInteger("7"));
^
0_0_30445928_22740.cpp:29:3: error: stray '\313' in program
0_0_30445928_22740.cpp:31:3: error: stray '\274' in program
s2=big.加(s2, s3);
^
0_0_30445928_22740.cpp:31:3: error: stray '\323' in program
0_0_30445928_22740.cpp:33:3: error: stray '\265' in program
return big.等(s1, s2)==1?s2:s1;
^
0_0_30445928_22740.cpp:33:3: error: stray '\310' in program
0_0_30445928_22740.cpp:54:2: error: stray '\274' in program
static BigInteger 加(BigInteger a, BigInteger b){
^
0_0_30445928_22740.cpp:54:2: error: stray '\323' in program
0_0_30445928_22740.cpp:58:2: error: stray '\274' in program
static BigInteger 减(BigInteger a, BigInteger b){
^
0_0_30445928_22740.cpp:58:2: error: stray '\365' in program
0_0_30445928_22740.cpp:62:2: error: stray '\263' in program
static BigInteger 乘(BigInteger a, BigInteger b){
^
0_0_30445928_22740.cpp:62:2: error: stray '\313' in program
0_0_30445928_22740.cpp:66:2: error: stray '\263' in program
static BigInteger 除(BigInteger a, BigInteger b){
^
0_0_30445928_22740.cpp:66:2: error: stray '\375' in program
0_0_30445928_22740.cpp:76:2: error: stray '\265' in program
static int 等(BigInteger a, BigInteger b){
^
0_0_30445928_22740.cpp:76:2: error: stray '\310' in program
0_0_30445928_22740.cpp:3:9: error: expected ':' before 'static'
public static void main(String []args) {
^
0_0_30445928_22740.cpp:3:26: error: 'String' has not been declared
public static void main(String []args) {
^
0_0_30445928_22740.cpp:3:35: error: expected ',' or '...' before 'args'
public static void main(String []args) {
^
0_0_30445928_22740.cpp:13:1: error: expected ';' after class definition
}
^
0_0_30445928_22740.cpp: In static member function 'static void Main::main(int*)':
0_0_30445928_22740.cpp:5:3: error: 'Scanner' was not declared in this scope
Scanner sc = new Scanner(System.in);
^
0_0_30445928_22740.cpp:7:5: error: 'sc' was not declared in this scope
t=sc.nextInt();
^
0_0_30445928_22740.cpp:9:8: error: expected type-specifier before 'dfs'
new dfs();
^
0_0_30445928_22740.cpp: At global scope:
0_0_30445928_22740.cpp:17:2: error: 'BigInteger' does not name a type
BigInteger cf(BigInteger n, BigInteger a, BigInteger b) {
^
0_0_30445928_22740.cpp:49:1: error: expected ';' after class definition
}
^
0_0_30445928_22740.cpp: In constructor 'dfs::dfs()':
0_0_30445928_22740.cpp:38:3: error: 'Scanner' was not declared in this scope
Scanner sc = new Scanner(System.in);
^
0_0_30445928_22740.cpp:39:3: error: 'String' was not declared in this scope
String x = sc.next();
^
0_0_30445928_22740.cpp:40:3: error: 'BigInteger' was not declared in this scope
BigInteger n = new BigInteger(x);
^
0_0_30445928_22740.cpp:41:3: error: 'x' was not declared in this scope
x = sc.next();
^
0_0_30445928_22740.cpp:41:7: error: 'sc' was not declared in this scope
x = sc.next();
^
0_0_30445928_22740.cpp:42:14: error: expected ';' before 'a'
BigInteger a = new BigInteger(x);
^
0_0_30445928_22740.cpp:44:14: error: expected ';' before 'b'
BigInteger b = new BigInteger(x);
^
0_0_30445928_22740.cpp:46:3: error: 'System' was not declared in this scope
System.out.println(cf(n, a, b).mod(new BigInteger("1000000007")));
^
0_0_30445928_22740.cpp:46:25: error: 'n' was not declared in this scope
System.out.println(cf(n, a, b).mod(new BigInteger("1000000007")));
^
0_0_30445928_22740.cpp:46:28: error: 'a' was not declared in this scope
System.out.println(cf(n, a, b).mod(new BigInteger("1000000007")));
^
0_0_30445928_22740.cpp:46:31: error: 'b' was not declared in this scope
System.out.println(cf(n, a, b).mod(new BigInteger("1000000007")));
^
0_0_30445928_22740.cpp:46:32: error: 'cf' was not declared in this scope
System.out.println(cf(n, a, b).mod(new BigInteger("1000000007")));
^
0_0_30445928_22740.cpp:46:42: error: expected type-specifier before 'BigInteger'
System.out.println(cf(n, a, b).mod(new BigInteger("1000000007")));
^
0_0_30445928_22740.cpp: At global scope:
0_0_30445928_22740.cpp:54:23: error: 'BigInteger' has not been declared
static BigInteger 加(BigInteger a, BigInteger b){
^
0_0_30445928_22740.cpp:54:37: error: 'BigInteger' has not been declared
static BigInteger 加(BigInteger a, BigInteger b){
^
0_0_30445928_22740.cpp:58:23: error: 'BigInteger' is not a type
static BigInteger 减(BigInteger a, BigInteger b){
^
0_0_30445928_22740.cpp:58:37: error: 'BigInteger' is not a type
static BigInteger 减(BigInteger a, BigInteger b){
^
0_0_30445928_22740.cpp:58:9: error: 'static int big::BigInteger(int, int)' cannot be overloaded
static BigInteger 减(BigInteger a, BigInteger b){
^
0_0_30445928_22740.cpp:54:9: error: with 'static int big::BigInteger(int, int)'
static BigInteger 加(BigInteger a, BigInteger b){
^
0_0_30445928_22740.cpp:62:23: error: 'BigInteger' is not a type
static BigInteger 乘(BigInteger a, BigInteger b){
^
0_0_30445928_22740.cpp:62:37: error: 'BigInteger' is not a type
static BigInteger 乘(BigInteger a, BigInteger b){
^
0_0_30445928_22740.cpp:62:9: error: 'static int big::BigInteger(int, int)' cannot be overloaded
static BigInteger 乘(BigInteger a, BigInteger b){
^
0_0_30445928_22740.cpp:54:9: error: with 'static int big::BigInteger(int, int)'
static BigInteger 加(BigInteger a, BigInteger b){
^
0_0_30445928_22740.cpp:66:23: error: 'BigInteger' is not a type
static BigInteger 除(BigInteger a, BigInteger b){
^
0_0_30445928_22740.cpp:66:37: error: 'BigInteger' is not a type
static BigInteger 除(BigInteger a, BigInteger b){
^
0_0_30445928_22740.cpp:66:9: error: 'static int big::BigInteger(int, int)' cannot be overloaded
static BigInteger 除(BigInteger a, BigInteger b){
^
0_0_30445928_22740.cpp:54:9: error: with 'static int big::BigInteger(int, int)'
static BigInteger 加(BigInteger a, BigInteger b){
^
0_0_30445928_22740.cpp:71:9: error: 'BigInteger' does not name a type
static BigInteger mod(BigInteger a, BigInteger b){
^
0_0_30445928_22740.cpp:76:27: error: expected ')' before 'a'
static int 等(BigInteger a, BigInteger b){
^
0_0_30445928_22740.cpp:81:1: error: expected ';' after class definition
}
^
0_0_30445928_22740.cpp: In static member function 'static int big::BigInteger(int, int)':
0_0_30445928_22740.cpp:55:12: error: request for member 'add' in 'a', which is of non-class type 'int'
return a.add(b);
^
0_0_30445928_22740.cpp: In static member function 'static int big::BigInteger(int, int)':
0_0_30445928_22740.cpp:59:12: error: request for member 'subtract' in 'a', which is of non-class type 'int'
return a.subtract(b);
^
0_0_30445928_22740.cpp: In static member function 'static int big::BigInteger(int, int)':
0_0_30445928_22740.cpp:63:12: error: request for member 'multiply' in 'a', which is of non-class type 'int'
return a.multiply(b);
^
0_0_30445928_22740.cpp: In static member function 'static int big::BigInteger(int, int)':
0_0_30445928_227
|