0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-09-21 04:25:24 +00:00
OI-codes/S2OJ/1971/data/val.cpp

13 lines
232 B (Stored with Git LFS)
C++

#include "testlib.h"
int main(int argc, char **argv) {
registerValidation();
inf.readInt(1, 1000, "n");
inf.readSpace();
inf.readInt(1, 1000, "m");
inf.readSpace();
inf.readInt(1, 99, "c");
inf.readEoln();
inf.readEof();
}