This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Copyright 2010-2024 JetBrains s.r.o. and Kotlin Programming Language contributors. | |
| * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file. | |
| */ | |
| // Auto-generated file. DO NOT EDIT! | |
| // Generated by: org.jetbrains.kotlin.generators.builtins.contextParameters.GenerateContextFunctions | |
| @file:kotlin.jvm.JvmName("ContextParametersKt") | |
| @file:kotlin.jvm.JvmMultifileClass |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <iostream> | |
| #include <vector> | |
| #include <string> | |
| #include <map> | |
| #include <cstdlib> // For system() (e.g., cls or clear) | |
| #include <ctime> // Explicitly include for time(0) | |
| #include <chrono> // For timing/sleep (optional) | |
| #include <thread> // For timing/sleep (optional) | |
| #include <algorithm> // For std::find_if, std::min | |
| #include <cmath> // For std::abs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *&---------------------------------------------------------------------* | |
| *& Report ZCORLAEZ_PLAYGROUND | |
| *&---------------------------------------------------------------------* | |
| *& | |
| *&---------------------------------------------------------------------* | |
| REPORT zcorlaez_playground. | |
| TYPE-POOLS: abap. | |
| CLASS zu DEFINITION. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include "pch.h" | |
| #include <iostream> | |
| #include <conio.h> | |
| #include <Windows.h> | |
| #include <ctime> | |
| #include <vector> | |
| using namespace System; | |
| using namespace std; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include "pch.h" | |
| #include <iostream> | |
| #include <conio.h> | |
| #include <Windows.h> | |
| #include <ctime> | |
| #include <thread> | |
| #include <vector> | |
| #include <string> | |
| using namespace System; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include "pch.h" | |
| #include <iostream> | |
| #include <conio.h> | |
| #include <Windows.h> | |
| #include <ctime> | |
| #include <thread> | |
| #include <vector> | |
| using namespace System; | |
| using namespace std; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include "pch.h" | |
| #include <iostream> | |
| #include <conio.h> | |
| #include <Windows.h> | |
| #include <ctime> | |
| #include <thread> | |
| #include <vector> | |
| using namespace System; | |
| using namespace std; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include "pch.h" | |
| #include <iostream> | |
| #include <conio.h> | |
| #include <Windows.h> | |
| #include <ctime> | |
| #include "myutils.h" | |
| #include <thread> | |
| using namespace System; | |
| using namespace std; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package clases; | |
| import java.io.Serializable; | |
| public class Cliente implements Serializable { | |
| private static final long serialVersionUID = 1_000_000_000_000_001L; | |
| private Integer codigo; | |
| private String nombre; | |
| private String apellido; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Copyright (c) <year> <copyright holders> | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: | |
| The above copyright notice and this permission notice shall be included in all |
NewerOlder