# |
Submission time |
Handle |
Problem |
Language |
Result |
Execution time |
Memory |
1002825 |
2024-06-19T20:15:57 Z |
teesla |
Cigle (COI21_cigle) |
C++14 |
|
0 ms |
348 KB |
#include <bits/stdc++.h>
using namespace std;
int main(){
int n; cin >> n;
vector<int> v;
for(int i=0; i<n; i++){
int a; cin >> a; v.push_back(a);
}
int meio = n/2;
cout << meio-1<< endl;
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
348 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
348 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
348 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
348 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
348 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |