Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
150969 鸡哥 02买铅笔 C++ Runtime Error 1 MS 264 KB 123 2026-04-02 15:01:00

Tests(0/10):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c,d; cin>>a>>b; cout<<(a*10+b)/(c*10+d); }


Run Info:

Runtime Error:Floating point exception