Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
107794 范恒恺 06数字拼接 C++ Wrong Answer 0 MS 260 KB 121 2025-01-18 13:27:51

Tests(0/10):


Code:

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


Run Info:

------Input------
7 7 9
------Answer-----
779
------Your output-----