Skip to content

Instantly share code, notes, and snippets.

void zwieksz(student * tab, int &n){
system("cls");
student * kopia = new student[n] ;
for(int i=0; i<n; i++)
kopia[i]=tab[i] ;
delete[] tab ;
tab=new student[n+1] ;
for(int i=0; i<n; i++)
import java.util.*;
public class dupa{
public static void main(String[] args){
Scanner input = new Scanner(System.in);
int n = input.nextInt();
String[] tab = new String[n];
for(int i=0;i<n;i++)
tab[i] = input.nextLine();
<html>
<body>
<div align = center>
<table width=100% frame=yes border = 1 >
<tr align = center style="height: 6em" >
<td>slowo jest długie i dupne;/</td>
<td>slowo</td>
<td>slowo</td>
<td>slowo</td>
static void ExerciseThree(){
int k=0;
for(int i=32;i<=255;i++){
if(k%10==0) System.out.printf("\n%d = %c",i,(char)i);
else System.out.printf("\t%d = %c",i,(char)i);
k++;
}
}
\documentclass[11pt,a4paper]{article}
\title{\LaTeX}
\author{dupa}
\date{}
\begin{document}
\begin{equation}
0 0 1
0 1 0
1 0 2
1 1 0
2 0 2
2 1 3
3 0 1
3 1 4
4 0 5
4 1 0
q3 q2 q1 q0 z1 z0 | q3 q2 q1 q0
100100|0000
101001|0000
101110|0000
110011|0000
import java.io.*;
import javax.swing.*;
class Bufor {
static int buforSize = 1;
static int actualSize = 0;
private JTextArea text = null;
Bufor(JTextArea text) {
this.text = text;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class MainFrame extends JFrame {
MainFrame(){
Rysunek r = new Rysunek();
setSize(500,500);
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
setVisible(true);
1. SELECT DISTINCT job_id FROM employees;