Run ID:110157

提交时间:2025-02-15 11:40:56

#include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; int main(){ int a,b; double>>a>>b; printf("%.2d"a/b) return 0; }