Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
codeforce - food buying
jakaria_hossain
Feb 5th, 2020
147
Never
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.50 KB
raw
download
clone
embed
print
report
RAW Paste Data
#include<bits/stdc++.h> using namespace std; #define ll long long #define fast()(ios_base::sync_with_stdio(0),cin.tie(NULL)); int main() { fast(); ll t; cin>>t; while(t--) { ll n; cin>>n; ll ans=0,rem; rem=n%10; while(n>=10) { rem=n%10; ans+=(n-rem); n/=10; //cout<<n<< " "<<rem<<endl; n+=rem; } ans+=n; cout<<ans<<endl; } }
Public Pastes
Try to broke dicti...
C# | 23 min ago
Lab3. 2
C++ | 26 min ago
Test touch screen
Lua | 38 min ago
Основы С++ / Тема...
C++ | 52 min ago
Untitled
C | 52 min ago
Untitled
C# | 1 hour ago
SLA Email Alert
C | 1 hour ago
Paste Ping
C | 1 hour ago
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!