#1839: 答案


1750246-2@g.puiching.edu.mo (P5A09林霆晞)

School : No School
ID : 2944
IP address : [192.168.120.33]
Last Login :
2025-04-22 21:32:59
a005. 獨角蟲進化計算器 -- 板橋高中教學題 | From: [192.168.120.33] | Post Date : 2025-03-18 14:34

#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