Posts by So pergunto • 1 point
1 post
-
0
votes2
answers1792
viewsQ: How to turn this C++ code into C?
#include <bits/stdc++.h> using namespace std; int main() { int n, i, n1, c = 0, c1, c2, max, pos, bar[501], arr[250001], j; cin >> n >> n1; max…