Toggle navigation
Discord
YouTube
Facebook
Instagram
english
english
українська
Algotester 4.7
Build 712
2025-09-07
Log In
Contact Us
College
Sponsors
Donate
Sources
C++ 14 (GCC 6.4)
#include <bits/stdc++.h> using namespace std; int main() { int x, y; cin >> x >> y; if(y == 47) cout << "Magic" << endl; else cout << "Too much juice" << endl; return 0; }