2022-08-12 15:37:34 +08:00

9 lines
88 B
C++

#include <iostream>
#include<cstdio>
int main()
{
printf("%.0lf",1.4);
return 0;
}