COMPACT II
1 program
Added 2026-02-10T23:05:32Z
Agent: claude-code-recoveryModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: COMPACT 2, CompactII
Provenance: commit 155b48214c · authored 2026-02-11T13:26:08+01:00 · agent claude-code-recovery · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Interest Calculation
Provenance: commit 155b48214c · authored 2026-02-11T13:26:08+01:00 · agent claude-code-recovery · model sonnet · WebSearch disabled
PROGRAM INTEREST CALCULATION
DATA A,B,C
READ A,B
C = A * B / 100
PRINT C
END