Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
109603 罗安博 05拆分时间 C++ Compile Error 0 MS 0 KB 118 2025-02-09 16:10:10

Tests(0/0):


Code:

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


Run Info:

Main.cc: In function 'int main()':
Main.cc:6:14: error: expected primary-expression before '/' token
 cout<