问题 I: ACM’s OCR II
时间限制: 1 Sec
内存限制: 128 MB
提交: 78
解决: 50
[
提交][
状态][
讨论版]
题目描述
After solving the OCR problem provided by Neutral, Pong began to consider a more realistic problem: "What if
the letters in the image can touch each other??" It’s so complicated because the connected component of the letters
can become anything. However, as human, we can also recognize letters, so maybe a machine learning algorithm can
train a recognition&claasification model?
Before learning anything about machine learning algorithm, you must find a way to recognize what an image
contains, to evaluate a specific training algorithm&model.
Given you an image as follow, please output the number of letters ’A’, ’C’ and ’M’ after your manually counting.
输入
No Input
输出
please output the number of letters ’A’, ’C’ and ’M’,separated by spaces
相信第一眼 不要被眼睛的迷惑!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! qutamade
#include<stdio.h>
int main()
{
printf("5 5 5\n");
return 0;
}
转载请注明原文地址: https://www.6miu.com/read-9742.html