EEEC-LaptrinhC-B1
Problems
| Problem | Points | AC Rate | Users | Editorials |
|---|---|---|---|---|
| Hello World! | 1p | 50.2% | 2453 | Editorial |
| 0.Trung bình 1 | 1p | 45.0% | 654 | |
| 0.Điểm trung bình | 1p | 46.6% | 897 |
| Problem | Points | AC Rate | Users | Editorials |
|---|---|---|---|---|
| Hello World! | 1p | 50.2% | 2453 | Editorial |
| 0.Trung bình 1 | 1p | 45.0% | 654 | |
| 0.Điểm trung bình | 1p | 46.6% | 897 |
Comments
include<stdio.h>
int main() { printf("Hello World!"); }
include <stdio.h>
int main() { printf("Hello World!"); }