🟢 Վարժություն 1

Ի՞նչ կտպի ծրագիրը։

#include <iostream>
int main() {
	int i = 0;
	if (i == 0) {
	  std::cout << "yes\n";
	}
}