Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
135258 杨浩宇 14能吸多少根烟 C++ Wrong Answer 1 MS 276 KB 109 2025-11-03 16:41:20

Tests(0/10):


Code:

#include <iostream> using namespace std; int main(){ int a,b,c; cin>>a>>b; c=a/b; cout<<a+c; }


Run Info:

------Input------
159 16
------Answer-----
169
------Your output-----
168