??????????????????????????????????????????????????????????????????????

chen_zhe 沙雕 2020-04-20 13:41:08 2020-12-20 15:25:06 6
#include <iostream>
#include <cmath>
using namespace std;
int main(){
    double n;
    cin>>n;
    cout<<floor(n)<<endl<<ceil(n);
}
{{ vote && vote.total.up }}