sametbirol / BLG223E_ITU_2024_FALL

5 stars 0 forks source link

Homework 4 Related Info πŸ“

Calico expect errors

You can include the following line as the first instruction within the main function of your solution:

ios_base::sync_with_stdio(false);

By doing so, you should encounter no further complications.

You should now be capable of testing with errors while also printing newline characters.

Please remember to utilize cout instead of cerr

It has been noted that @itu-itis22-saydamm21's solution employs the \n character rather than endl

BLG223E_ITU_2024_FALL πŸ“š

Welcome to the BLG223E course repository for the Fall 2024 semester at ITU. This repository is designed to assist students in evaluating their code against solutions provided by either myself or fellow contributors. πŸ“

🚫 Please note that this repository does not facilitate code sharing. Its primary purpose is to offer a straightforward means of verifying code against solution files generated during code execution, with the sole sharing of these files in the format of .csv. πŸ“ƒ

We welcome your contributions to enhance this resource. For further guidance, please refer to the README.md files within each respective folder. 🀝

Homework 3 Related Info πŸ“

Include Folder

Hybrid Solution