mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-06-16 15:18:45 +08:00
- Run time error on linux. - 'n' is declared but not initialized, neither its value is taken from user. - 'n' contains garbage value, thus throws run time error.