結果
| 問題 | No.299 蟻本が読めない |
| コンテスト | |
| ユーザー |
キョウチク
|
| 提出日時 | 2022-06-01 14:21:08 |
| 言語 | Java (openjdk 25.0.2) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 414 bytes |
| 記録 | |
| コンパイル時間 | 1,532 ms |
| コンパイル使用メモリ | 82,500 KB |
| 実行使用メモリ | 44,664 KB |
| 最終ジャッジ日時 | 2026-04-09 09:37:47 |
| 合計ジャッジ時間 | 2,474 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 1 WA * 3 |
ソースコード
import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
// Your code here!
Scanner sc=new Scanner(System.in);
String line;
line=sc.nextLine();
int result;
result=(int)((316-52+52*Long.parseLong(line))/1000000000);
System.out.print(result);
result=(int)((316-52+52*Long.parseLong(line))%1000000000);
System.out.println(result);
}
}
キョウチク