这是我这道题的提交页面,UKE了 这是我的code
#include <iostream> using namespace std; int main(){ int a,b,c; cin >> a >>b >> c; int ans=c/4*7; cout << ans << endl; return 0; }
我试了题面三个样例点都通过,而且我已经绑定cf账号