mirror of
https://github.com/wczffl-503/OI-Codes.git
synced 2025-07-08 02:13:51 +08:00
Update: Rename folder name to XSMOJ
This commit is contained in:
10
XSMOJ/津津的游戏时间.cpp
Normal file
10
XSMOJ/津津的游戏时间.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
int main(){
|
||||
int a;
|
||||
int b;
|
||||
int c;
|
||||
cin >>a>>b>>c;
|
||||
cout <<a*60*60+b*60+c;
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user