Toggle navigation
YouTube
Facebook
Twitter
Telegram
english
english
українська
Algotester 3.2
Build 408
2023-08-14
Log In
Contact Us
Sponsors
Donate
Sources
C++ 17
#include <bits/stdc++.h> #include "algotester.h" using namespace std; int main() { auto reader = initValidator(); int n = reader.readInt(1, 1e9, "n"); reader.readEndl(); reader.readEof(); return 0; }