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

Ի՞նչ կտպի ծրագիրը։
#include <iostream>
int main() {
	int i = 100;
	if (i == 0) {
	  std::cout << "yes\n";
	}
  std::cout << "end\n";
}
 
To check your solution you need to sign in
Sign in to continue