34782023-02-28 12:12:37CsongiSorozat generáláscsharpCompilation error
#include <iostream>

int main()
{
    for (long long int i = 0; i < ULONG_MAX; i++)
    {

    }
    return 0;
}
Compilation error
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