Wrong Answer
Code
#include<iostream>
#include<bits/stdc++.h>
using namespace std;
#define ll long long int
int main(){
ll x;
cin>>x;
ll mod = x % 10;
ll need = 10 - mod;
cout<<(x+need)<<endl;
return 0;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1012 Zéros de fin
- Language
- C++17 (G++ 13.2.0)
- Submit At
- 2023-12-31 14:38:30
- Judged At
- 2024-11-11 03:46:13
- Judged By
- Score
- 10
- Total Time
- 1ms
- Peak Memory
- 764.0 KiB