common.h
Code:
extern char seq2[1000000];
Code:
#include "common.h" char seq2[1000000] = {0}; void main(){}
Code:
#include "common.h" int main(){ if(seq2[0] != '.'){ int j = 1;
extern char seq2[1000000];
#include "common.h" char seq2[1000000] = {0}; void main(){}
#include "common.h" int main(){ if(seq2[0] != '.'){ int j = 1;
/* package whatever; // don't place package name! */ import java.util.*; import java.lang.*; import
import javax.swing.*; import java.awt.*; public class Clock extends JApplet{ JFrame frame; JPanel panel; JButton button; public void init(){ frame = new JFrame();
import java.awt.*; import javax.swing.*; class cr{ Color c[] = { Color.BLUE , Color.GREEN , Color.RED }; int i=0; public void design() { JFrame f = new JFrame(); f.setSize(200,200);
import javax.swing.*; import java.awt.*; import java.util.*; class test1{ public static void main(String args[]) { JFrame f = new JFrame(); f.setSize(1800,2880); ImageIcon i = new ImageIcon("background.jpg");
import java.lang.*; import java.io.*; class t { int a=5; void fun() { System.out.println(a); } public static void main(String args[]) { } t() { t var = new t(); var.fun();
import java.util.*; class w1{ public static void main(String args[]) throws java.lang.Exception { int n=0; ArrayList<Integer>[] al = (ArrayList<Integer>[])new ArrayList[n+1]; al[0].add(5); // al[1].add(6);
import java.util.*; class cod1{ public static void main(String args[]) throws java.lang.Exception { int t,i,n,j,k,p,q,r; int[] a =new int[100000]; Scanner s = new Scanner(System.in);
Leave a comment: