# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
956749 | 2024-04-02T12:24:50 Z | DeltaStruct | Type Printer (IOI08_printer) | C++17 | 11 ms | 2140 KB |
#include <bits/stdc++.h> using namespace std; int main(){ int n; cin >> n; vector<string> A(n); for (auto& a:A) cin >> a; sort(A.begin(),A.end()); string s; cin >> s; for (int i(0);i < n;++i){ int t(0); for (int k(0);;++k,++t) if (A[i-1].size()==k||A[i].size()==k||A[i-1][k]!=A[i][k]) break; if (i) for (int k(t);k < A[i-1].size();++k) s += '-'; for (int k(t);k < A[i].size();++k) s += A[i][k]; } cout << s << endl; for (char a:s) cout << a << endl; }
Compilation message
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 348 KB | Expected integer, but "tptttykduyvxjbzhqup" found |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 432 KB | Expected integer, but "eejzatjmnqxctn--------------hs...-----------n-xxvebmc-------yerx" found |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 348 KB | Expected integer, but "hjxgqk------iupqiq------ppgqvq...cfafyveyuj------------xrmqggqby" found |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 344 KB | Expected integer, but "bhvdxrptha----------edczvdgoyf...-------xcdyqxxmomnd-----------p" found |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 2 ms | 348 KB | Expected integer, but "abbblauqkfd----------ed--svhbl...-qgvk----rpwfex------yyauyvyazz" found |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Runtime error | 1 ms | 604 KB | Execution killed with signal 11 |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Runtime error | 2 ms | 600 KB | Execution killed with signal 11 |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Runtime error | 6 ms | 1212 KB | Execution killed with signal 11 |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Runtime error | 10 ms | 2140 KB | Execution killed with signal 11 |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Runtime error | 11 ms | 2136 KB | Execution killed with signal 11 |
2 | Halted | 0 ms | 0 KB | - |