#include using namespace std; int main() { int N; cin >> N; while(N--) { int f; cin >> f; assert(f != 0); } }