79240146

Date: 2024-11-30 17:31:10
Score: 0.5
Natty:
Report link

This error will also occur if you forget your main function

Asleep

#include "xml.h"

XML::Document doc;

doc.load("images/punisher-2.svg");

Awake

#include "xml.h"

XML::Document doc;

int main()
{
    doc.load("images/punisher-2.svg");
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sosukodo