Files
2024-07-24 11:54:23 +00:00

7 lines
79 B
C

#include "io.inc"
int main() {
printInt(177);
return judgeResult; // 94
}