CodeChef::MUFFINS3 Get link Facebook X Pinterest Email Other Apps - September 02, 2020 #include<iostream>using namespace std ;int main(){ int t ; cin >> t ; while (t--){ long int n ; cin >> n ; cout << n/2 + 1 << '\n' ; } return 0 ;} Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment