NM

c++ ạ

NT
24 tháng 8 2023 lúc 11:57

#include <bits/stdc++.h>

using namespace std;

int main()

{

double n;

cin>>n;

cout<<round(n);

}

Bình luận (0)
ND
28 tháng 8 2023 lúc 10:35

#include<bits/stdc++.h>
#define ll long long
#define fi first
#define se second
#define all(a) a.begin(),a.end()
#define ii pair<ll,ll>
#define foru(i,a,b) for(i=a;i<=b;i++)
#define ford(i,a,b) for(i=a;i>=b;i--)
using namespace std;
string s;
int main()
{
    cin>>s;
    for(int i=0;i<s.size();i++)
    {
        if(s[i]=='.')
            return 0;
        else
            cout<<s[i];
    }
    return 0;
}

Bình luận (0)

Các câu hỏi tương tự
NM
NM
NM
NM
NM
NM
NM
NM
NM
Xem chi tiết