結果
問題 |
No.9001 標準入出力の練習問題(テスト用)
|
ユーザー |
![]() |
提出日時 | 2016-02-23 14:21:50 |
言語 | Java (openjdk 23) |
結果 |
RE
|
実行時間 | - |
コード長 | 353 bytes |
コンパイル時間 | 3,380 ms |
コンパイル使用メモリ | 75,924 KB |
実行使用メモリ | 56,008 KB |
最終ジャッジ日時 | 2024-09-22 13:09:04 |
合計ジャッジ時間 | 4,113 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | RE * 2 |
ソースコード
import java.util.Scanner; public class Pract { public static void main(String[] args) { Scanner in = new Scanner(System.in); int a = in.nextInt(); int b = in.nextInt(); int c =in.nextInt(); String s = in.next(); System.out.print(a + b + c + " "); System.out.println(s); } }