Cite This Page
Bibliographic details for ABC Problem
- Page name: ABC Problem
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 7 November 2020 13:27 UTC
- Date retrieved: 20 March 2023 22:48 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=ABC_Problem&oldid=303604
- Page Version ID: 303604
Citation styles for ABC Problem
APA style
ABC Problem. (2020, November 7). Rosetta Code, . Retrieved 22:48, March 20, 2023 from https://rosettacode.org/w/index.php?title=ABC_Problem&oldid=303604.
MLA style
"ABC Problem." Rosetta Code, . 7 Nov 2020, 13:27 UTC. 20 Mar 2023, 22:48 <https://rosettacode.org/w/index.php?title=ABC_Problem&oldid=303604>.
MHRA style
Rosetta Code contributors, 'ABC Problem', Rosetta Code, , 7 November 2020, 13:27 UTC, <https://rosettacode.org/w/index.php?title=ABC_Problem&oldid=303604> [accessed 20 March 2023]
Chicago style
Rosetta Code contributors, "ABC Problem," Rosetta Code, , https://rosettacode.org/w/index.php?title=ABC_Problem&oldid=303604 (accessed March 20, 2023).
CBE/CSE style
Rosetta Code contributors. ABC Problem [Internet]. Rosetta Code, ; 2020 Nov 7, 13:27 UTC [cited 2023 Mar 20]. Available from: https://rosettacode.org/w/index.php?title=ABC_Problem&oldid=303604.
Bluebook style
ABC Problem, https://rosettacode.org/w/index.php?title=ABC_Problem&oldid=303604 (last visited March 20, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "ABC Problem --- Rosetta Code{,} ", year = "2020", url = "https://rosettacode.org/w/index.php?title=ABC_Problem&oldid=303604", note = "[Online; accessed 20-March-2023]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "ABC Problem --- Rosetta Code{,} ", year = "2020", url = "\url{https://rosettacode.org/w/index.php?title=ABC_Problem&oldid=303604}", note = "[Online; accessed 20-March-2023]" }