№157

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> using namespace std; int main() { for (int a = 1; a < 5001; a++) { if (a%39 == 0) { cout<<a<<endl; } } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines