holiday/8.10/C-edge/ce.cpp

9 lines
88 B
C++

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