Wrong Answer
Code
#include<iostream>
#include<vector>
#include<string>
#include<cmath>
using namespace std;
int main() {
int m;
long long a,b;
cin>>m;
for(int i=1;i<=m;i++){
cin>>a>>b;
cout<<"Game #"<<i<<": "<<b<<" / "<<a<<endl;
}
return 0;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1001 Achievement-Unlocked
- Language
- C++17 (G++ 13.2.0)
- Submit At
- 2025-06-15 06:57:32
- Judged At
- 2025-06-15 06:57:32
- Judged By
- Score
- 0
- Total Time
- 3ms
- Peak Memory
- 536.0 KiB