7142021-11-26 02:45:14lalalaÉpítkezéscpp14Compilation error
#define FELADAT

#include "testlib.h"

using namespace std;

int main(int argc, char * argv[])
{
    setName("compare sequences of tokens");
    registerTestlibCmd(argc, argv);

    int n = 0;
    string j, p;

    while (!ans.seekEof() && !ouf.seekEof()) 
    {
        n++;

        ans.readWordTo(j);
        ouf.readWordTo(p);
        
        if (j != p)
            quitf(_wa, "Rossz válasz");
    }

    if (ans.seekEof() && ouf.seekEof())
    {
        if (n == 1)
            quitf(_ok, "Helyes");
        else
            quitf(_ok, "Helyes");
    }
    else
    {
        if (ans.seekEof())
            quitf(_wa, "Rossz válasz");
        else
            quitf(_wa, "Rossz válasz");
    }
}
Compilation error
exit status 1main.cpp:3:10: fatal error: testlib.h: No such file or directory
    3 | #include "testlib.h"
      |          ^~~~~~~~~~~
compilation terminated.
Exited with error status 1