1. Don't use non-descriptive variable names like "k"
2. main should be declared as returning an int and thusly return something.
3. Variables should be declared on their own lines and always initialized
4. A comment or two wouldn't go amiss