Skip to content

Instantly share code, notes, and snippets.

@llnnk
llnnk / task1_demo_big
Last active July 10, 2025 06:36
task1
SELECT city, COUNT (airport_code) AS airports_count
FROM airports_data
group by city
HAVING COUNT (airport_code) > 1
LIMIT 10
@llnnk
llnnk / bs_stats
Last active July 10, 2025 06:36
basketball stats C
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <locale.h>
#define MAX_TEAM_NAME_LENGTH 50
#define MAX_PLAYER_NAME_LENGTH 50
#define MAX_PLAYERS 100
// Расширенная структура для хранения статистики игрока