79206876

Date: 2024-11-20 10:58:13
Score: 1.5
Natty:
Report link

#include

typedef struct { typedef struct { int x, y, z;
}poi; poi pi;

}point;

int main(){

point pt;
pt.pi.x= 5;
std::cout << pt.pi.x << std::endl;

}

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Brijesh B Naik