Close ×

My Accounts

You´ not logged in.

About

P1000 A+B Problem

Overview

Judge Result Compile Error
Problem P1000 A+B Problem
Submit Time April 29, 2019, 10:56:45 PM
Language Java
Judger Default Judger
Used Time 0 ms
Used Memory 0 K
Execute Time April 29, 2019, 10:56:54 PM

Judge Result

Compile Error. /tmp/voj-1346/gJcQBeAgjkxb.java:8: error: no suitable method found for print(no arguments) System.out.print(); ^ method PrintStream.print(boolean) is not applicable (actual and formal argument lists differ in length) method PrintStream.print(char) is not applicable (actual and formal argument lists differ in length) method PrintStream.print(int) is not applicable (actual and formal argument lists differ in length) method PrintStream.print(long) is not applicable (actual and formal argument lists differ in length) method PrintStream.print(float) is not applicable (actual and formal argument lists differ in length) method PrintStream.print(double) is not applicable (actual and formal argument lists differ in length) method PrintStream.print(char[]) is not applicable (actual and formal argument lists differ in length) method PrintStream.print(String) is not applicable (actual and formal argument lists differ in length) method PrintStream.print(Object) is not applicable (actual and formal argument lists differ in length) 1 error Compile Error, Time = 0 ms, Memory = 0 KB, Score = 0.