3478 | 2023-02-28 12:12:37 | Csongi | Sorozat generálás | csharp | Forditási hiba |
#include <iostream>
int main()
{
for (long long int i = 0; i < ULONG_MAX; i++)
{
}
return 0;
}
exit status 1
Compilation failed: 2 error(s), 0 warnings
main.cs(2,0): error CS1024: Wrong preprocessor directive
main.cs(3,0): error CS1525: Unexpected symbol `int'
Exited with error status 1