Programming 01

馃煝聽諑铡謤摘崭謧诈盏崭謧斩 2

猿謤榨宅 债謤铡眨斋謤, 崭謤炸 沾崭謧湛謩崭謧沾 战湛铡斩崭謧沾 乍 2 诈斋站 謬 湛蘸崭謧沾 乍 栅謤铡斩謥斋謥 铡沾榨斩铡謨崭謩謤炸謮
#include <iostream>
double min(/* your code here */) {
    // Put your code here 
}
int main() {
	double x, y;
  double res;
  std::cin >> x >> y;
  /* call min function here */
  std::cout << res;
  return 0;
}

Constraints

Time limit: 1 seconds

Memory limit: 512 MB

Output limit: 1 MB

To check your solution you need to sign in
Sign in to continue