1 条题解

  • 2
    @ 2024-8-30 16:31:44

    👍

    #include <bits/stdc++.h>
    using namespace std;
    
    int main(){
    	int a,b;
    	cin>>a>>b;	
    	cout<<(a*10+b)/19;
    	return 0;
    }
    
    • 1

    信息

    ID
    32
    时间
    1000ms
    内存
    256MiB
    难度
    5
    标签
    递交数
    19
    已通过
    14
    上传者