# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
89082 | 2018-12-10T09:39:08 Z | anri | 생물 실험 (IZhO13_expgorl) | C++14 | 2 ms | 256 KB |
#include <bits/stdc++.h> using namespace std; long long int a,x,y,w,q,i,b,c,d,e,n=0; string f; int main() { cin>>a; cin>>f; cin>>w>>q; cin>>x>>y; i=sizeof(f); for(c=1;c<=i;c++){ if(f[c]=='L'){ w=w-1; } if(f[c]=='R'){ w=w+1; } if(f[c]=='F'){ q=q+1; } if(f[c]=='B'){ q=q-1; } if(f[c]=='I'); } n=max(w,x)-min(w,x); e=max(y,q)-min(y,q); cout<<e<<'.'<<"000000000000"<<" "<<n<<'.'<<"000000000000"; return 0; }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 2 ms | 256 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |