#include<bits/stdc++.h>
using namespace std;
int ar[300005];
int main(){
int n,q;
cin>>n>>q;
for(int i=0;i<n;i++){
cin>>ar[i];
}
for(int i=0;i<q;i++){
int x;
cin>>x;
if(x==1){
int l,c,r,s;
cin>>l>>r>>c>>s;
//cout<<"1\n";
}else if(x==2){
int l,c,r,s;
cin>>l>>r>>c>>s;
//cout<<"1\n";
}else{
int l,r;
cin>>l>>r;
cout<<"1\n";
}
}
}
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
422 ms |
9668 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
2 ms |
316 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
529 ms |
8036 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
424 ms |
11228 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
529 ms |
8036 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
422 ms |
9668 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |