結果
| 問題 | 
                            No.8064 う し た ぷ に き あ く ん 笑
                             | 
                    
| コンテスト | |
| ユーザー | 
                             👑tozangezan
                         | 
                    
| 提出日時 | 2020-04-01 21:34:22 | 
| 言語 | Java  (openjdk 23)  | 
                    
| 結果 | 
                             
                                WA
                                 
                             
                            
                         | 
                    
| 実行時間 | - | 
| コード長 | 424 bytes | 
| コンパイル時間 | 1,942 ms | 
| コンパイル使用メモリ | 74,756 KB | 
| 実行使用メモリ | 56,280 KB | 
| 最終ジャッジ日時 | 2024-06-27 09:20:01 | 
| 合計ジャッジ時間 | 10,461 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge2 / judge3 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| other | WA * 47 | 
ソースコード
import java.util.*;
class Main{
    public static void main(String args[]){
        Scanner s=new Scanner(System.in);
        String str=s.nextLine();
        //if(str.length()>10)System.exit(1);
        int ret=0;
        for(int i=0;i<str.length();i++){
            if(str.charAt(i)==' '){
                for(int j=0;j<10000000;j++)ret+=Math.random();   
            }
        }
        System.out.println(ret);
    }
}
            
            
            
        
            
👑tozangezan