結果
| 問題 |
No.299 蟻本が読めない
|
| コンテスト | |
| ユーザー |
キョウチク
|
| 提出日時 | 2022-06-01 14:21:08 |
| 言語 | Java (openjdk 23) |
| 結果 |
MLE
|
| 実行時間 | - |
| コード長 | 414 bytes |
| コンパイル時間 | 2,286 ms |
| コンパイル使用メモリ | 74,356 KB |
| 実行使用メモリ | 56,068 KB |
| 最終ジャッジ日時 | 2024-09-21 01:31:09 |
| 合計ジャッジ時間 | 3,511 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | MLE * 4 |
ソースコード
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);
}
}
キョウチク