#include <bits/stdc++.h>
typedef long long ll;
using namespace std;
int main()
{
ll n, m, k;
cin >> n >> m >> k;
ll a,b, c;
cin >> a >> b >> c;
ll ski[m];
for(ll i = 0; i < m; i++){
cin >> ski[i];
}
cout << n/3;
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
1 ms |
336 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
1 ms |
336 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
1 ms |
336 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |