Run ID:143335
提交时间:2026-01-11 20:25:48
#include <stdio.h> int main() { double a, b; scanf("%lf %lf", &a, &b); printf("%.2f\n", a / b); return 0; }