Generation

generate functionTue, 25 Apr 2023

r = 4 - 2 x² -2x x-2

int main() { int a, b; cin >> a >> b; string res = to_string(a-b); cout << res; }

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