| 17426 | 2025-07-15 12:46:33 | algopro | Csokiosztás 2 | cpp17 | Forditá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";
}
}
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) {
| ~~^~~