Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
130421 鄢晨曦 05拆分时间 C++ Compile Error 0 MS 0 KB 160 2025-09-13 14:51:45

Tests(0/0):


Code:

#include<bits/stdc++.h> using namespace std; int main() { int a; cin>>a; cout<<a/60/60" "a-a/60/60" "a-(a-a/60/60)<<endl; return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:7:15: error: expected ';' before user-defined string literal
  cout<