#include <stdio.h>
int main() {
  /* NOTE: something */
  float f = 1.0f;
  return 100 * f;  
}