# |
Submission time |
Handle |
Problem |
Language |
Result |
Execution time |
Memory |
764491 |
2023-06-23T13:05:28 Z |
Ellinor |
Spiral (BOI16_spiral) |
C++14 |
|
92 ms |
262144 KB |
#include <bits/stdc++.h>
using namespace std;
#define rep(i,a,b) for(int i = (a); i < (b); i++)
typedef long long ll;
ll N,q;//
vector<vector<ll>> segtrees;
int32_t main()
{
cin>>N>>q;
segtrees.assign(1e5, vector<ll>(1e5, 0));
ll x1, y1, x2, y2;
rep(i,0,q)
{
cin>>x1>>y1>>x2>>y2;
cout<<1<<"\n";
}
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Runtime error |
92 ms |
262144 KB |
Execution killed with signal 9 |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Runtime error |
81 ms |
262144 KB |
Execution killed with signal 9 |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Runtime error |
92 ms |
262144 KB |
Execution killed with signal 9 |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Runtime error |
90 ms |
262144 KB |
Execution killed with signal 9 |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Runtime error |
92 ms |
262144 KB |
Execution killed with signal 9 |
2 |
Halted |
0 ms |
0 KB |
- |