Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
110104 | 邹金行 | 05拆分时间 | C++ | Compile Error | 0 MS | 0 KB | 119 | 2025-02-14 16:38:11 |
#include<bits/stdc++.h> using namespace std; int maina(){ int x; cin>>x; cout<<x/3600<<" "<<x/60<<" "<<x/6 }
Main.cc: In function 'int maina()': Main.cc:7:1: error: expected ';' before '}' token } ^ Main.cc:7:1: warning: no return statement in function returning non-void [-Wreturn-type]