shuiyuans @ 2024-03-13 15:10:36
#include <stdio.h>
#include <stdbool.h>
#include <math.h>
#include <string.h>
int main() {
double r1;
scanf("%lf",&r1);
printf("%.0lf",r1);
}
by SZW_LXZ @ 2024-03-13 15:23:45
@shuiyuans
#include<bits/stdc++.h>
using namespace std;
int main(){
long long n;
cin>>n;
cout<<n;
}
其实这样就行了
by shuiyuans @ 2024-03-13 17:32:17
@SZW_LXZ 主要我不知我这哪有问题
by SZW_LXZ @ 2024-03-15 19:11:35
@shuiyuans scanf会四舍五入