#1905: ans


1753980-3@g.puiching.edu.mo (P5A31蒲雋浠)

School : No School
ID : 2571
IP address : [192.168.120.33]
Last Login :
2025-03-20 12:13:05
a005. 獨角蟲進化計算器 -- 板橋高中教學題 | From: [192.168.120.33] | Post Date : 2025-04-08 20:20

#include<bits/stdc++.h>

using namespace std;

int main(){

int a,b,c;

    cin>>a>>b;

    c=(a+b- 2)/11;

    cout<<c;

}

 
 
 
ZeroJudge Forum