Submission #661095

# Submission time Handle Problem Language Result Execution time Memory
661095 2022-11-24T11:30:30 Z Trisanu_Das Tavan (COCI16_tavan) C++17
Compilation error
0 ms 0 KB
#include <bits/stdc++.h>
using namespace std;

int main(){
  int n, m, k, x; string s; cin >> n >> m >> k >> x >> s;
  x--;
  string checks[m];
  vector<int> anss;
  for (int i = 0; i < m; i++) {
		cin >> checks[i]; sort(checks[i].begin(), checks[i].end());
		anss.push_back(x % k); x /= k;
	}
	reverse(d.begin(), d.end());
	int cnt = 0;
	for (int i = 0; i < n; i++) if (s[i] == '#') s[i] = checks[cnt][d[cnt]], seen++;
	cout << s << '\n';
}

Compilation message

tavan.cpp: In function 'int main()':
tavan.cpp:13:10: error: 'd' was not declared in this scope
   13 |  reverse(d.begin(), d.end());
      |          ^
tavan.cpp:15:75: error: 'seen' was not declared in this scope
   15 |  for (int i = 0; i < n; i++) if (s[i] == '#') s[i] = checks[cnt][d[cnt]], seen++;
      |                                                                           ^~~~