#include "Anna.h"
#include <bits/stdc++.h>
using namespace std;
int Declare() {
return 2000;
}
pair<vector<int>, vector<int>> Anna(long long A) {
vector<int> a, b;
while(A--) {
a.push_back(1);
b.push_back(1);
}
return {a, b};
}
#include "Bruno.h"
#include <bits/stdc++.h>
typedef long long ll;
using namespace std;
long long Bruno(std::vector<int> u) {
ll ans = (ll)u.size();
return ans / 2;
}
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
3 ms |
776 KB |
Output is correct |
2 |
Correct |
129 ms |
9264 KB |
Output is correct |
3 |
Correct |
400 ms |
25156 KB |
Output is correct |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
3 ms |
776 KB |
Output is correct |
2 |
Correct |
129 ms |
9264 KB |
Output is correct |
3 |
Correct |
400 ms |
25156 KB |
Output is correct |
4 |
Incorrect |
36 ms |
39288 KB |
Wrong Answer [3] |
5 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
3 ms |
776 KB |
Output is correct |
2 |
Correct |
129 ms |
9264 KB |
Output is correct |
3 |
Correct |
400 ms |
25156 KB |
Output is correct |
4 |
Incorrect |
36 ms |
39288 KB |
Wrong Answer [3] |
5 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
3 ms |
776 KB |
Output is correct |
2 |
Correct |
129 ms |
9264 KB |
Output is correct |
3 |
Correct |
400 ms |
25156 KB |
Output is correct |
4 |
Incorrect |
36 ms |
39288 KB |
Wrong Answer [3] |
5 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
3 ms |
776 KB |
Output is correct |
2 |
Correct |
129 ms |
9264 KB |
Output is correct |
3 |
Correct |
400 ms |
25156 KB |
Output is correct |
4 |
Incorrect |
36 ms |
39288 KB |
Wrong Answer [3] |
5 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Runtime error |
806 ms |
524288 KB |
Execution killed with signal 9 |
2 |
Halted |
0 ms |
0 KB |
- |