Skip to content

Instantly share code, notes, and snippets.

#include <queue>
#include <cstring>
#include <iostream>
using namespace std;
const char buf[20] = "use the stairs";
int dist[1000001];
int dx[2] = { 1, -1 };
/* USER CODE BEGIN Header */
/**
******************************************************************************
* @file : main.c
* @brief : Main program body
******************************************************************************
* @attention
*
* <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
* All rights reserved.</center></h2>
String sCommand = "";
char cTemp;
int receiveFlag = 0;
void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
}
void loop() {
#include <queue>
#include <cstring>
#include <iostream>
using namespace std;
int dist[100001];
int dx[6] = { 1, -1, 1, -1, 1, -1 };
#include <deque>
#include <vector>
#include <iostream>
using namespace std;
int main(void) {
ios_base::sync_with_stdio(false);
cin.tie(nullptr);
/*
* clcd.c
*
* Created: 2019-07-06 오후 3:07:03
* Author: user
*/
#include "clcd.h"
#include "uart.h"
/*
* clcd.c
*
* Created: 2019-07-06 오후 3:07:03
* Author: user
*/
#include "clcd.h"
#include "uart.h"
#include <cmath>
#include <vector>
#include <iostream>
#include <algorithm>
using namespace std;
int main(void) {
ios_base::sync_with_stdio(false);
cin.tie(nullptr);
#include <vector>
#include <iostream>
#include <algorithm>
using namespace std;
int main(void) {
ios_base::sync_with_stdio(false);
cin.tie(nullptr);
#include <vector>
#include <iostream>
#include <algorithm>
using namespace std;
int main(void) {
ios_base::sync_with_stdio(false);
cin.tie(nullptr);