You are viewing an archive of Victory Road.
Victory Road closed on January 8, 2018. Thank you for making us a part of your lives since 2006! Please read this thread for details if you missed it.
let's find and make lazy codes:
import java.*
import lazy.oop.clone.*
class LazyOOP
{
void main()
{
Person clone = new Person(me);
clone.doWork();
}
}
#include <stdlib.h>
#include <stdio.h>
#include "bed.h"
#define i_am_lazy true
int main()
{
printf("Im going to bed, I'm lazy.");
goto bed;
bed:
bool I_am_sleeping;
while (i_am_lazy)
{
I_am_sleeping = true;
}
return 0; //never wake up
}
#include <stdlib.h>
#include <stdio.h>
#include "lazy.h"
#define write_code_for_me() (printf("i'm lazy"))
int main()
{
write_code_for_me();
return 0;
}
It's like that:
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package test;
/**
*
* @author jirachifan
*/
public class Main {
/**
* @param args the command line arguments
*/
private static int n = 0;
public static void main(String[] args) {
String[] a = args;
System.out.println(n++);
main(a);
}
}