Generation

linuxMon, 22 May 2023

Можеш зробити калькулятор

#include <iostream> #include <cmath> using namespace std; int main(){ freopen("output.txt", "w", stdout); freopen("input.txt", "r", stdin); cout << "Hello, World!"; }

Want to kickstart your project?Use the new AI Studio to create your code