Run ID:96038
提交时间:2024-11-02 17:30:27
#include <iostream> using namespace std; int main() { float a, b, c; cin >> a >> b >> c; int s ; s != 0 ; s = a - (c / b); cout << s; return 0; }