Skip to content

Instantly share code, notes, and snippets.

View rizaldim's full-sized avatar

Rizaldi Martaputra rizaldim

View GitHub Profile
@rizaldim
rizaldim / list-of-misc-stuffs.md
Created January 28, 2018 04:01
List of stuffs
@rizaldim
rizaldim / atm.c
Created January 20, 2013 03:38
code chef atm problem
#include <stdio.h>
int main()
{
int amount;
float saldo;
const double FEE = 0.5;
scanf("%d %f", &amount, &saldo);
if (
((amount + FEE) <= saldo) && // kalau cukup saldo