# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
676331 | Johann | Vim (BOI13_vim) | C++14 | 86 ms | 55256 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include "bits/stdc++.h"
using namespace std;
typedef vector<int> vi;
typedef vector<vi> vvi;
typedef vector<vvi> vvvi;
#define all(x) (x).begin(), (x).end()
const int A = 11; // number of characters + 1
int main()
{
ios::sync_with_stdio(false);
cin.tie(0);
int n = 0, nin;
cin >> nin;
string s;
cin >> s;
// preperation
vi text, underlined;
int deleteWork = 0;
bool underline;
for (int i = 0; i < nin; ++i)
{
if (s[i] == 'e')
{
++deleteWork;
if (n > 0)
Compilation message (stderr)
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |