0_0_20989764_2958.cpp:11:39: error: stray '#' in program
for(int ca = 1; ca <= cas; ca++) {
^
0_0_20989764_2958.cpp:11:44: error: stray '#' in program
for(int ca = 1; ca <= cas; ca++) {
^
0_0_20989764_2958.cpp:21:37: error: stray '#' in program
for(int i = 0; i < n; i++) {
^
0_0_20989764_2958.cpp:21:42: error: stray '#' in program
for(int i = 0; i < n; i++) {
^
0_0_20989764_2958.cpp:30:38: error: stray '#' in program
System.out.print("Case "+ca+": ");
^
0_0_20989764_2958.cpp:30:45: error: stray '#' in program
System.out.print("Case "+ca+": ");
^
0_0_20989764_2958.cpp:1:1: error: 'import' does not name a type
import java.io.*;
^
0_0_20989764_2958.cpp:2:1: error: 'import' does not name a type
import java.util.*;
^
0_0_20989764_2958.cpp:3:1: error: 'import' does not name a type
import java.math.*;
^
0_0_20989764_2958.cpp:5:12: error: expected ':' before 'static'
public static void main(String[] args) {
^
0_0_20989764_2958.cpp:5:29: error: 'String' has not been declared
public static void main(String[] args) {
^
0_0_20989764_2958.cpp:5:38: error: expected ',' or '...' before 'args'
public static void main(String[] args) {
^
0_0_20989764_2958.cpp:37:1: error: expected ';' after class definition
}
^
0_0_20989764_2958.cpp: In static member function 'static void Main::main(int*)':
0_0_20989764_2958.cpp:6:9: error: 'Scanner' was not declared in this scope
Scanner in = new Scanner(System.in);
^
0_0_20989764_2958.cpp:7:19: error: 'in' was not declared in this scope
int cas = in.nextInt();
^
0_0_20989764_2958.cpp:8:9: error: 'BigInteger' was not declared in this scope
BigInteger one = BigInteger.ONE;
^
0_0_20989764_2958.cpp:9:20: error: expected ';' before 'a'
BigInteger a, b, x, y;
^
0_0_20989764_2958.cpp:11:42: error: expected ')' before ';' token
for(int ca = 1; ca <= cas; ca++) {
^
0_0_20989764_2958.cpp:11:45: error: lvalue required as unary '&' operand
for(int ca = 1; ca <= cas; ca++) {
^
0_0_20989764_2958.cpp:11:48: error: expected primary-expression before ')' token
for(int ca = 1; ca <= cas; ca++) {
^
|