1 条题解

  • 0
    @ 2024-9-7 14:08:53
    #include<bits/stdc++.h>
    using namespace std;
    int main(){  
    	int n;
    	cin>>n;
    	n*=100;
    	cout<<n/75<<" "<<n%75;
    	return 0;
    }
    
    • 1

    信息

    ID
    1750
    时间
    1000ms
    内存
    256MiB
    难度
    10
    标签
    (无)
    递交数
    5
    已通过
    0
    上传者