- public class haha
- {
- public static void main(String[] args)
- {
- double $=91.666666666;
-
-
-
- for (int x=1;x<20 ;x++,$-=5 )
- {
- for (int y=1;y<33 ;y++,$-=3 )
- {
- for (int z=0;z<100 ;z++,$-=0.333333333 )
- {
- if (x+y+z==100)
- {
- if ($>=0.0)
- {
- System.out.println($);
- }
-
- }
- }
- }
- }}}
复制代码 |