| 17417 | 2025-07-15 12:02:31 | algopro | Micimackó (40 pont) | cpp17 | Forditási hiba |
// UUID: 4c1d2bf5-5c28-4561-8ac3-395902d9b54a
#include <bits/stdc++.h>
using namespace std;
int main() {
int x;
int y;
int k;
int n;
cin >> y >> x >> k >> n;
if ((k-y)+((k+n-(x-y))))
if (k-y<0){
int k=0
}
if (((k-y)+((k+n-(x-y))))<0){
int k=0
}
}open /var/local/lib/isolate/442/box/a.out: no such file or directory
main.cpp: In function 'int main()':
main.cpp:14:9: error: expected ',' or ';' before '}' token
14 | }
| ^
main.cpp:17:9: error: expected ',' or ';' before '}' token
17 | }
| ^