347A - Difference Row - CodeForces Solution


constructive algorithms implementation sortings *1300

Please click on ads to support us..

C++ Code:

#include <bits/stdc++.h>

using namespace std;

const int MAX_N = 50 + 3;

int main() {
    int n; cin >> n; vector< int >vc(n);
    for(auto &i : vc)
        cin >> i;

    sort(vc.begin() , vc.end());
    swap(vc[0] , vc.back());
    for(auto i : vc)
        cout << i << " " ;


}
	 			 	  		 	 	 	 				 	 			


Comments

Submit
0 Comments
More Questions

1155B - Game with Telephone Numbers
1284A - New Year and Naming
863B - Kayaking
1395B - Boboniu Plays Chess
1475D - Cleaning the Phone
617B - Chocolate
1051B - Relatively Prime Pairs
95B - Lucky Numbers
1692D - The Clock
1553D - Backspace
1670D - Very Suspicious
1141B - Maximal Continuous Rest
1341A - Nastya and Rice
1133A - Middle of the Contest
385A - Bear and Raspberry
1311B - WeirdSort
1713F - Lost Array
236B - Easy Number Challenge
275A - Lights Out
147A - Punctuation
253A - Boys and Girls
1327E - Count The Blocks
984A - Game
12B - Correct Solution
1355B - Young Explorers
485A - Factory
628A - Tennis Tournament
1436B - Prime Square
1707B - Difference Array
1422C - Bargain