Tuesday, 18 June 2024
Sunday, 30 July 2023
Friday, 6 January 2023
A. Greatest Convex codeforces solution in c++ || Codeforces Round #842 (Div. 2)
A. Greatest Convex
You are given an integer
The first line contains a single integer
The only line of each test case contains a single integer
For each test case output a single integer — the largest possible integer
If no such
CODE OF THE QUESTION -------
int n;
cin >>n;
cout<<n-1<<endl;



.png)
