9 lines
88 B
C++
9 lines
88 B
C++
#include <iostream>
|
|
#include<cstdio>
|
|
int main()
|
|
{
|
|
|
|
printf("%.0lf",1.4);
|
|
return 0;
|
|
}
|