#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
int main()
{
ll n;cin>>n;
ll arr[n];
for(auto &i:arr)cin>>i;
cout<<"8"<<endl;
cout<<"UZMI L L"<<endl;
cout<<"STAVI L D"<<endl;
cout<<"UZMI L L"<<endl;
cout<<"UZMI D L"<<endl;
cout<<"STAVI L L"<<endl;
cout<<"UZMI L D"<<endl;
cout<<"STAVI L L"<<endl;
cout<<"STAVI D L"<<endl;
return 0;
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
204 KB |
Wrong configuration |
2 |
Incorrect |
1 ms |
204 KB |
Wrong configuration |
3 |
Incorrect |
0 ms |
204 KB |
Wrong configuration |
4 |
Incorrect |
0 ms |
204 KB |
Wrong configuration |
5 |
Incorrect |
0 ms |
204 KB |
Wrong configuration |
6 |
Incorrect |
1 ms |
204 KB |
Wrong configuration |
7 |
Incorrect |
0 ms |
204 KB |
Wrong configuration |
8 |
Incorrect |
0 ms |
204 KB |
Wrong configuration |
9 |
Incorrect |
0 ms |
204 KB |
Wrong configuration |
10 |
Incorrect |
1 ms |
204 KB |
Wrong configuration |