Ի՞նչ կտպվի էկրանին։
#include <iostream> int main() { float a = 1 / 2; std::cout << a; }