#include <stdio.h> #include <iostream> using namespace std; int main(int argc, char *argv[]) { int w,h; double hf; scanf("%d %d",&w,&h); hf = h * 0.01; printf("%.3f\n",w/hf/hf); return EXIT_SUCCESS; }
<code>
<blockcode>
<c>
<cpp>
<drupal5>
<drupal6>
<java>
<javascript>
<php>
<python>
<ruby>
<foo>
[foo]
More information about formatting options
Comments
Post new comment