Nộp bài | Các bài nộp | Làm tốt nhất | Về danh sách bài |
Được gửi lên bởi: | adm |
Ngày: | 2011-10-19 |
Thời gian chạy: | 1s |
Giới hạn mã nguồn: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Ngôn ngữ cho phép: | ASM32-GCC ASM32 MAWK BC C CSHARP C++ 4.3.2 CPP CPP14 COFFEE LISP sbcl DART FORTH GO JAVA JS-RHINO JS-MONKEY KTLN OCT PAS-GPC PAS-FPC PERL PERL6 PROLOG PYTHON PYTHON3 PY_NBC R RACKET SQLITE SWIFT UNLAMBDA |
hide comments
|
||||||||
2015-01-25 02:36:12 Trung Phan
Notes: 1. DON'T POST ANY SOURCE CODE HERE. 2. Please be careful, leave short comments only. Don't spam here. 3. For more discussion (hints, ideas, solutions) please visit our forum. 4. Authors are allowed to delete the post and use html code here (e.g. to provide some useful links). |
||||||||
2014-10-26 15:15:18 không biết
#include <iostream> using namespace std; int main() { cout<<"Hello PTIT OJ."; } |
||||||||
2014-10-22 06:19:57 zzzvazzz
#include <stdio.h> int main() { printf("Hello PTIT OJ."); } |
||||||||
2014-10-14 18:18:20 phạm quang thanh
#include<stdio.h> main() { Printf("Hello PTIT OJ."); } Last edit: 2014-10-15 02:40:13 |
||||||||
2014-03-31 19:26:56 Trần Cẩm Trường
# Python 3.2.3 # Tại sao code của mình đã chạy chậm lại còn nặng nữa nhỉ? print("Hello PTIT OJ.") Last edit: 2014-03-31 19:27:40 |
||||||||
2014-03-19 07:40:43 Code chưa tốt
#include <iostream> using namespace std; int main(){ cout<<"Hello PTIT OJ"; } |
||||||||
2014-02-26 06:59:59 anh
hic mình mới vào sao code chỉ thấy lỗi thê nhỉ |
||||||||
2014-02-17 16:01:39 bkwai
#include<iostream> using namespace std; main(){ cout<<"hello PTIT OJ"<<endl; return 0; } |
||||||||
2014-01-05 16:28:59 Vani
Cần lập một group trao đổi về các bài trên SPOJ.com Có anh em nào tham gia không ? :) link group đây :) https://www.facebook.com/groups/411031435693454/ |
||||||||
2013-09-06 15:08:22 Lê Ðức Khả
package javaapplication1; public class NewClass1 { public static void main(String[] args) { System.out.println("hello PTIT OJ"); } } |