#include <vector>
using namespace std;

int sushi(int N, int B, vector<int> A) {
	// aggiungi codice...
	return 42;
}
