174262025-07-15 12:46:33algoproCsokiosztás 2cpp17Forditási hiba
// UUID: 48afadbe-b69c-45ca-91f5-28b5ac9efc37
#include <bits/stdc++.h>
using namespace std;

int main() {
	int K, M, N;
	cin >> K;
	cin >> M;
	cin >> N;
	if(K + M *= N) {
		cout << "IGEN";
	}
	else {
		cout << "NEM";
	}
}
Forditási hiba
open /var/local/lib/isolate/427/box/a.out: no such file or directory
main.cpp: In function 'int main()':
main.cpp:10:14: error: lvalue required as left operand of assignment
   10 |         if(K + M *= N) {
      |            ~~^~~