# |
Submission time |
Handle |
Problem |
Language |
Result |
Execution time |
Memory |
345313 |
2021-01-07T07:16:22 Z |
shmad |
UFO (IZhO14_ufo) |
C++14 |
|
176 ms |
3592 KB |
#include <bits/stdc++.h>
#define nl '\n'
#define pb push_back
#define E exit(0)
#define all(v) v.begin(),v.end()
#define ff first
#define ss second
#define sz(s) (s).size()
using namespace std;
using ll=long long;
using pii=pair<int,int>;
using pll=pair<ll,ll>;
const int N=1e6+5;
const int INF=1e9+7;
const int eps=1e-6;
void solve() {
int n,m,r,k,p;
cin>>n>>m>>r>>k>>p;
for (int i=1;i<=n;i++) {
for (int j=1;j<=m;j++) {
int a;
cin>>a;
}
}
for (int i=1;i<=k;i++) {
string s;
int a,b;
cin>>s>>a>>b;
}
cout<<k;
cout<<nl;
}
ll test=1;
int main () {
// freopen(".in","r",stdin);
// freopen(".out","w",stdout);
ios_base::sync_with_stdio(0);
cin.tie();
// cin>>test;
while (test--) solve();
return 0;
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
1 ms |
364 KB |
Output isn't correct |
2 |
Incorrect |
1 ms |
364 KB |
Output isn't correct |
3 |
Incorrect |
1 ms |
364 KB |
Output isn't correct |
4 |
Incorrect |
6 ms |
364 KB |
Output isn't correct |
5 |
Incorrect |
24 ms |
364 KB |
Output isn't correct |
6 |
Incorrect |
84 ms |
364 KB |
Output isn't correct |
7 |
Incorrect |
167 ms |
392 KB |
Output isn't correct |
8 |
Incorrect |
122 ms |
392 KB |
Output isn't correct |
9 |
Incorrect |
117 ms |
364 KB |
Output isn't correct |
10 |
Incorrect |
113 ms |
392 KB |
Output isn't correct |
11 |
Incorrect |
124 ms |
392 KB |
Output isn't correct |
12 |
Incorrect |
127 ms |
392 KB |
Output isn't correct |
13 |
Incorrect |
152 ms |
1416 KB |
Output isn't correct |
14 |
Incorrect |
113 ms |
392 KB |
Output isn't correct |
15 |
Incorrect |
124 ms |
492 KB |
Output isn't correct |
16 |
Incorrect |
132 ms |
392 KB |
Output isn't correct |
17 |
Incorrect |
170 ms |
3052 KB |
Output isn't correct |
18 |
Incorrect |
176 ms |
3592 KB |
Output isn't correct |
19 |
Incorrect |
130 ms |
364 KB |
Output isn't correct |
20 |
Incorrect |
131 ms |
364 KB |
Output isn't correct |