Cite This Page
Bibliographic details for ABC problem
- Page name: ABC problem
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 16 October 2022 16:31 UTC
- Date retrieved: 30 January 2023 18:38 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=ABC_problem&oldid=332194
- Page Version ID: 332194
Citation styles for ABC problem
APA style
ABC problem. (2022, October 16). Rosetta Code, . Retrieved 18:38, January 30, 2023 from https://rosettacode.org/w/index.php?title=ABC_problem&oldid=332194.
MLA style
"ABC problem." Rosetta Code, . 16 Oct 2022, 16:31 UTC. 30 Jan 2023, 18:38 <https://rosettacode.org/w/index.php?title=ABC_problem&oldid=332194>.
MHRA style
Rosetta Code contributors, 'ABC problem', Rosetta Code, , 16 October 2022, 16:31 UTC, <https://rosettacode.org/w/index.php?title=ABC_problem&oldid=332194> [accessed 30 January 2023]
Chicago style
Rosetta Code contributors, "ABC problem," Rosetta Code, , https://rosettacode.org/w/index.php?title=ABC_problem&oldid=332194 (accessed January 30, 2023).
CBE/CSE style
Rosetta Code contributors. ABC problem [Internet]. Rosetta Code, ; 2022 Oct 16, 16:31 UTC [cited 2023 Jan 30]. Available from: https://rosettacode.org/w/index.php?title=ABC_problem&oldid=332194.
Bluebook style
ABC problem, https://rosettacode.org/w/index.php?title=ABC_problem&oldid=332194 (last visited January 30, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "ABC problem --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=ABC_problem&oldid=332194", note = "[Online; accessed 30-January-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 = "2022", url = "\url{https://rosettacode.org/w/index.php?title=ABC_problem&oldid=332194}", note = "[Online; accessed 30-January-2023]" }