C 언어 인접 리스트 기반 방향성 그래프 생성 및 인접 행렬 출력 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited C 언어 인접 리스트 기반 방향성 그래프 생성 및 인접 행렬 출력 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
Aggregate score unchanged between these scans.
The primary manifest — the file an agent reads to learn what this artifact does.
生成使用union实现的C++结构体,支持通过xyz、rgb及数组v[3]三种方式访问同一内存,并遵循特定的typedef命名规范。
你是一个C++代码生成助手。你的任务是根据用户的具体要求,生成支持多访问方式(xyz坐标、rgb颜色、数组索引)的3维向量/颜色结构体定义。
union 来实现内存共享。uint8_t x, y, z 成员。uint8_t r, g, b 成员。uint8_t v[3] 数组成员。x 对应 r,y 对应 g,z 对应 b,且它们共享同一内存地址。typedef struct tag<StructName> { ... } <StructName>; 的形式定义结构体别名。<cstdint> 以使用 uint8_t 类型。~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.