Search found 1 match

by saniaTK
Wed Mar 18, 2015 12:00 am
Forum: Volume 5 (500-599)
Topic: 543 - Goldbach's Conjecture
Replies: 109
Views: 41133

Re: 543 - Goldbach's Conjecture

Can anybody tell me where am I getting wrong??

My submission gives WA.

import java.util.*;
import java.io.*;

class Main{

public static void main(String[] args) throws IOException{
// TODO Auto-generated method stub

int number;
boolean check;

try {
Scanner scanner = new Scanner(new ...

Go to advanced search