usingnamespacestd; intmain() { /* Malik went to buy a jacket Because winter is coming ,He has a lot of money N . He found that there was a discount, so he wanted to buy an extra shirt. He knows that the jacket price is X pound , the discount rate is S , and the shirt pric...
https://ideone.com/qKvgBd language: C (gcc 8.3) created: 2 years ago 可見度: public Share or Embed source code Discover > Sphere Engine API The brand new service which powers Ideone! Discover > IDE Widget Widget for compiling and running the source code in a web browser!Sphere...
importjava.lang.*; importjava.io.*; /* Name of the class has to be "Main" only if the class is public. */ classIdeone { publicstaticvoidmain(String[]args)throwsjava.lang.Exception { System.out.println(System.currentTimeMillis()/1000); } } Success#stdin#stdout0.08s 32304KB comments (...
importjava.io.*; /* Name of the class has to be "Main" only if the class is public. */ classIdeone { publicstaticvoidmain(String[]args)throwsjava.lang.Exception { for(intindex=0;;index+=2){ System.out.println(index); if(index<10){ ...
Write('Ket qua = ',S); Readln; End. stdin 12 3 stdout so nguyen a = so nguyen b = Ket qua = 15 https://ideone.com/2cZGBd language: Pascal (fpc 3.0.4) created: 3 years ago 可見度: public Share or Embed source code